diff options
Diffstat (limited to 'config')
-rw-r--r-- | config | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/config b/config deleted file mode 100644 index cc134aab3..000000000 --- a/config +++ /dev/null @@ -1,58 +0,0 @@ -[remote] -port = 7227 -listenaddr = 0.0.0.0 -username = admin -password = pwhere - -[ssl] -activated = False -cert = ssl.crt -key = ssl.key - -[webinterface] -activated = False -host = 127.0.0.1 -# 0.0.0.0 to make it accessible from everywhere -port = 8000 -template = default -local = True -#ONLY SPECIFY IF PYLOAD NOT RUN ON YOUR LOCALHOST -ssl = None -username = None -adress = None -extport = None -pw = None - -[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 = True -#hours -max_download_time = 5 - -[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 |