diff options
Diffstat (limited to 'config')
-rw-r--r-- | config | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/config b/config deleted file mode 100644 index 58df443a2..000000000 --- a/config +++ /dev/null @@ -1,43 +0,0 @@ -[remote] -port = 7272 -password = pwhere - -[webinterface] -activated = False -listenaddr = 0.0.0.0 -port = 8080 -username = User -password = webpw - -[log] -file_log = True -log_folder = Logs -log_count = 5 - -[general] -language = de -download_folder = Downloads -max_downloads = 3 -use_reconnect = False -link_file = links.txt -failed_file = failed_links.txt -reconnect_method = reconnect_method -debug_mode = False -max_download_time = 18000 - -[updates] -search_updates = True -install_updates = False - -[reconnectTime] -start = 0:00 -end = 0:00 - -[downloadTime] -start = 0:00 -end = 0:00 - -[proxy] -activated = False -adress = http://localhost:8080 -protocol = http |