diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-11-09 18:17:35 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-11-09 18:17:35 +0100 |
commit | 1257e46ba9dc952f2e596b1f377fc45925dfc3e1 (patch) | |
tree | 23ba8aa24e96bae8c345a393034cbad084099312 /module/config | |
parent | added browser to set paths in settings (diff) | |
download | pyload-1257e46ba9dc952f2e596b1f377fc45925dfc3e1.tar.xz |
little pathchooser improvements
Diffstat (limited to 'module/config')
-rw-r--r-- | module/config/default.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index 5994974e8..cd23b3ca1 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -7,8 +7,8 @@ remote - "Remote": str password : "Password" = pwhere
ssl - "SSL":
bool activated : "Activated"= False
- str cert : "SSL Certificate" = ssl.srt
- str key : "SSL Key" = ssl.key
+ file cert : "SSL Certificate" = ssl.srt
+ file key : "SSL Key" = ssl.key
webinterface - "Webinterface":
bool activated : "Activated" = True
builtin;lighttpd;nginx;fastcgi server : "Server" = builtin
@@ -18,11 +18,11 @@ webinterface - "Webinterface": str template : "Template" = default
log - "Log":
bool file_log : "File Log" = True
- str log_folder : "Folder" = Logs
+ folder log_folder : "Folder" = Logs
int log_count : "Count" = 5
general - "General":
en;de;it;pl;es language : "Language" = en
- str download_folder : "Download Folder" = Downloads
+ folder download_folder : "Download Folder" = Downloads
int max_downloads : "Max Parallel Downloads" = 3
bool debug_mode : "Debug Mode" = False
int max_download_time : "Max Download Time" = 5
|