summaryrefslogtreecommitdiff
path: root/scorsh.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'scorsh.cfg')
-rw-r--r--scorsh.cfg12
1 files changed, 3 insertions, 9 deletions
diff --git a/scorsh.cfg b/scorsh.cfg
index a1320a3..01e8def 100644
--- a/scorsh.cfg
+++ b/scorsh.cfg
@@ -1,12 +1,6 @@
-#
-# This is a typical scorsh configuration. We declare here the list of
-# workers, with the corresponding repo/branches regular expressions
-# and the associated folder
-#
-
---
-s_spooldir: "/var/spool/scorsh"
-s_logfile: "/var/log/scorsh/scorsh.log"
+s_spooldir: "./spool"
+s_logfile: "./scorsh.log"
s_logprefix: "[scorsh]"
s_workers:
@@ -50,4 +44,4 @@ s_workers:
],
}
]
-... \ No newline at end of file
+...