diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-13 03:04:39 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-05-13 03:04:39 +0200 |
commit | a6e82c2de410f17a37a3c54c0e38d8dff45d4451 (patch) | |
tree | 46c2d7abd9c60ebc20ed01f802e3832f7b0ed2e5 /pyload/config | |
parent | General fixup (1) (diff) | |
download | pyload-a6e82c2de410f17a37a3c54c0e38d8dff45d4451.tar.xz |
General fixup (2)
Diffstat (limited to 'pyload/config')
-rw-r--r-- | pyload/config/default.conf | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/pyload/config/default.conf b/pyload/config/default.conf index c70d4d71a..5586e5466 100644 --- a/pyload/config/default.conf +++ b/pyload/config/default.conf @@ -13,7 +13,7 @@ ssl - "SSL": webui - "Web User Interface": bool activated : "Activated" = True - auto;threaded;fastcgi;lightweight server : "Server" = auto + auto;threaded;fastcgi;lightweight server : "Server" = threaded bool https : "Use HTTPS" = False ip host : "IP" = 0.0.0.0 int port : "Port" = 8001 @@ -21,13 +21,12 @@ webui - "Web User Interface": str prefix : "Path Prefix" = None log - "Log": - bool file_log : "File Log" = True - folder log_folder : "Folder" = Logs - int log_count : "Count" = 5 - int log_size : "Size in KB" = 100 - bool log_rotate : "Log Rotate" = True - bool color_console : "Colored console" = True - label;line console_mode : "Colored console mode" = line + bool file_log : "File Log" = True + folder log_folder : "Folder" = Logs + int log_count : "Count" = 5 + int log_size : "Size in KB" = 100 + bool log_rotate : "Log Rotate" = True + bool color_console : "Colored console" = True general - "General": en; language : "Language" = en |