add webUIEnabled config

This commit is contained in:
Aria Moradi
2021-08-08 01:11:21 +04:30
parent a17d6a2ea4
commit a04cbcd814
4 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,8 @@ class ServerConfig(config: Config) : ConfigModule(config) {
val ip: String by config
val port: Int by config
val webUIEnabled: Boolean by config
// proxy
val socksProxyEnabled: Boolean by config
val socksProxyHost: String by config