diff options
author | mkaay <mkaay@mkaay.de> | 2011-02-05 14:19:22 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2011-02-05 14:19:22 +0100 |
commit | 7c332ae610f7feca193ba50ea900f5a417681a7b (patch) | |
tree | e71f1ba6b8eb52f13c11289069d65288b17a111c /module/config | |
parent | py 2.5 fix -> removed import (diff) | |
download | pyload-7c332ae610f7feca193ba50ea900f5a417681a7b.tar.xz |
created unified authentication system (same data for webinterface an GUI/CLI, multiple accounts)
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
|