summaryrefslogtreecommitdiffstats
path: root/Reaktor/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'Reaktor/config.py')
-rw-r--r--Reaktor/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Reaktor/config.py b/Reaktor/config.py
index ea00693f..b1158271 100644
--- a/Reaktor/config.py
+++ b/Reaktor/config.py
@@ -5,7 +5,8 @@ debug = False
name = 'crabmanner'
-workdir = expanduser('~') + '/state'
+#workdir = expanduser('~') + '/state'
+workdir = '/home/reaktor/state'
irc_alarm_timeout = 300
irc_hammer_interval = 10