about summary refs log tree commit diff
path: root/config.yml
blob: 75ce73a24feb46add0f813934e644c3b8acf86d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
layout: "main"
logger: "file"
appname: "jitterbug"

redis: "127.0.0.1:6379"
template: "xslate"
engines:
  xslate:
    path: /
    type: text
    cache: 0

jitterbug:
  namespace: jitterbug
  reports:
    dir: /tmp/jitterbug
  build:
    dir: /tmp/build
  build_process:
    builder: ./scripts/capsule.sh
    on_failure: ./scripts/on_failure.sh