diff options
Diffstat (limited to 'pyload/config/default.conf')
-rw-r--r-- | pyload/config/default.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/config/default.conf b/pyload/config/default.conf index 17753bb8c..c70d4d71a 100644 --- a/pyload/config/default.conf +++ b/pyload/config/default.conf @@ -12,13 +12,13 @@ ssl - "SSL": file key : "SSL Key" = ssl.key webui - "Web User Interface": - bool activated : "Activated" = True - builtin;threaded;fastcgi;lightweight server : "Server" = threaded - bool https : "Use HTTPS" = False - ip host : "IP" = 0.0.0.0 - int port : "Port" = 8001 - Default;Dark;Flat;Next theme : "Theme" = Next - str prefix : "Path Prefix" = None + bool activated : "Activated" = True + auto;threaded;fastcgi;lightweight server : "Server" = auto + bool https : "Use HTTPS" = False + ip host : "IP" = 0.0.0.0 + int port : "Port" = 8001 + Default;Dark;Flat;Next theme : "Theme" = Next + str prefix : "Path Prefix" = None log - "Log": bool file_log : "File Log" = True |