diff options
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index 18edd5a77..ab9afaca0 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -3,8 +3,7 @@ version: 1 remote - "Remote":
int port : "Port" = 7227
ip listenaddr : "Adress" = 0.0.0.0
- str username : "Username" = admin
- password password : "Password" = pwhere
+ bool nolocalauth : "No authentication on local connections" = True
ssl - "SSL":
bool activated : "Activated"= False
file cert : "SSL Certificate" = ssl.crt
@@ -58,4 +57,4 @@ proxy - "Proxy": int port : "Port" = 7070
http;socks4;socks5 type : "Protocol" = http
str username : "Username" = None
- password password : "Password" = None
\ No newline at end of file + password password : "Password" = None
|