From 154f44144e53f47579d42e1aacc2d75eb2dc44e1 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Fri, 26 Jul 2013 13:58:59 +1000 Subject: [PATCH] update default config --- etc/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/config.json b/etc/config.json index 62bbe8b..d6a2e56 100644 --- a/etc/config.json +++ b/etc/config.json @@ -4,7 +4,7 @@ "gearman_host": "localhost", "gearman_port": 4730 }, - "debug_log": "debug.log", - "git_working_dir": "/home/josh/var/lib/ci-worker/git/", - "job_log_dir": "/home/josh/var/lib/ci-worker/logs/" + "debug_log": "/home/josh/var/log/turbo-hipster/debug.log", + "git_working_dir": "/home/josh/var/lib/turbo-hipster/git/", + "job_log_dir": "/home/josh/var/lib/turbo-hipster/logs/" } \ No newline at end of file