diff options
Diffstat (limited to 'config')
-rw-r--r-- | config | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ cert = ssl.crt key = ssl.key [webinterface] -activated = True +activated = False host = 127.0.0.1 # 0.0.0.0 to make it accessible from everywhere port = 8000 @@ -36,7 +36,7 @@ use_reconnect = False link_file = links.txt failed_file = failed_links.txt reconnect_method = reconnect_method -debug_mode = False +debug_mode = True #hours max_download_time = 5 @@ -55,4 +55,4 @@ end = 0:00 [proxy] activated = False adress = http://localhost:8080 -protocol = http
\ No newline at end of file +protocol = http |