diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-29 00:16:22 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-29 00:16:22 +0200 |
commit | 5f1c75fd93af98a5d870424971f0383ac4614058 (patch) | |
tree | d0e3d5d00295cdd5c9f65a755254aced21a6ff68 /config | |
parent | premium and free download works with rapidshare (diff) | |
download | pyload-5f1c75fd93af98a5d870424971f0383ac4614058.tar.xz |
socket server basic
Diffstat (limited to 'config')
-rw-r--r-- | config | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -1,13 +1,17 @@ [general] -downloadFolder: Downloads -linkFile: links.txt -useReconnect: False -reconnectMethod: ./reconnect.sh +downloadFolder = Downloads +linkFile = links.txt +useReconnect = False +reconnectMethod = ./reconnect.sh [updates] -searchUpdates: True +searchUpdates = True [log] -logFolder: Logs -fullLog: True +logFolder = Logs +fullLog = True [time] -start: 0:00 -end: 6:00
\ No newline at end of file +start = 0:00 +end = 6:00 +[remote] +activated = True +port = 7272 +passwort = pwhere |