diff options
Diffstat (limited to 'scorsh.cfg')
-rw-r--r-- | scorsh.cfg | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -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 +... |