refactor & config improvments

This commit is contained in:
Aria Moradi
2021-03-27 18:30:36 +04:30
parent 8666cbf8bc
commit ec877f632f
25 changed files with 358 additions and 296 deletions

View File

@@ -1,8 +1,13 @@
# Server ip and port bindings
server.ip = 0.0.0.0
server.ip = "0.0.0.0"
server.port = 4567
# Socks5 proxy
server.socksProxy = false
server.socksProxyHost = ""
server.socksProxyPort = ""
server.socksProxyPort = ""
# misc
server.debugLogsEnabled = false
server.systemTrayEnabled = true
server.initialOpenInBrowserEnabled = true