summaryrefslogtreecommitdiffstats
path: root/module/config
diff options
context:
space:
mode:
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