diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-01 14:38:04 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-01 14:38:04 +0200 |
commit | b483255ff2f6da827dbbe92f418a1db9cb6c4621 (patch) | |
tree | cae06f6f85b2c0cced368c346786504b2b51715f /module/config | |
parent | plugin updates to new interface (diff) | |
download | pyload-b483255ff2f6da827dbbe92f418a1db9cb6c4621.tar.xz |
reconnect fix
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.conf (renamed from module/config/default.config) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/config/default.config b/module/config/default.conf index 7a9b7a93c..c71005bd3 100644 --- a/module/config/default.config +++ b/module/config/default.conf @@ -9,7 +9,7 @@ ssl - "SSL": str key : "SSL Key" = ssl.key
webinterface - "Webinterface":
bool activated : "Activated" = True
- str server : "Server" = builtin #builtin;lighttpd;nginx;fastcgi
+ builtin;lighttpd;nginx;fastcgi server : "Server" = builtin
bool https : "Use HTTPS" = False
ip host : "IP" = 0.0.0.0
int port : "Port" = 8001
@@ -23,7 +23,7 @@ log - "Log": str log_folder : "Folder" = Logs
int log_count : "Count" = 5
general - "General":
- str language : "Language" = de #input="en;de;fr;nl;pl"
+ en;de;fr;nl;pl language : "Language" = de
str download_folder : "Download Folder" = Downloads
int max_downloads : "Max Parallel Downloads" = 3
str link_file : "File For Links" = links.txt
|