blob: d3cbf7b25982bf18c2ab517886af161772b06d81 [file] [log] [blame]
James E. Blair54145e02018-01-10 16:07:41 -08001[gearman]
2server=127.0.0.1
3
4[statsd]
5# note, use 127.0.0.1 rather than localhost to avoid getting ipv6
6# see: https://github.com/jsocol/pystatsd/issues/61
7server=127.0.0.1
8
9[scheduler]
10tenant_config=main.yaml
11
12[merger]
13git_dir=/tmp/zuul-test/merger-git
14git_user_email=zuul@example.com
15git_user_name=zuul
16
17[executor]
18git_dir=/tmp/zuul-test/executor-git
19
20[connection gerrit]
21driver=gerrit
22server=review.example.com
23user=jenkins
24sshkey=fake_id_rsa_path
25
26[connection github]
27driver=github
28webhook_token=0000000000000000000000000000000000000000
29
30[connection smtp]
31driver=smtp
32server=localhost
33port=25
34default_from=zuul@example.com
35default_to=you@example.com