diff options
Diffstat (limited to 'pyload/config/default.conf')
-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 |