From 5f1c75fd93af98a5d870424971f0383ac4614058 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 29 May 2009 00:16:22 +0200 Subject: socket server basic --- config | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'config') diff --git a/config b/config index 2ff4514a7..7aeccfdff 100644 --- a/config +++ b/config @@ -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 -- cgit v1.2.3