blob: 43b00ef3ea909c9b16bd0a3eef9da448abdcd431 [file] [log] [blame]
Joshua Heskethacccffc2015-03-31 23:38:17 +11001[gearman]
2server=127.0.0.1
3
4[zuul]
Jamie Lennoxd2e37332016-12-05 15:26:19 +11005tenant_config=main.yaml
Joshua Heskethacccffc2015-03-31 23:38:17 +11006
7[merger]
James E. Blair8c1be532017-02-07 14:04:12 -08008git_dir=/tmp/zuul-test/merger-git
Joshua Heskethacccffc2015-03-31 23:38:17 +11009git_user_email=zuul@example.com
10git_user_name=zuul
11zuul_url=http://zuul.example.com/p
12
Paul Belanger174a8272017-03-14 13:20:10 -040013[executor]
14git_dir=/tmp/zuul-test/executor-git
James E. Blair8c1be532017-02-07 14:04:12 -080015
Joshua Heskethacccffc2015-03-31 23:38:17 +110016[connection review_gerrit]
17driver=gerrit
18server=review.example.com
19user=jenkins
20sshkey=none
21
22[connection another_gerrit]
23driver=gerrit
24server=another.example.com
25user=jenkins
26sshkey=none
27
28[connection outgoing_smtp]
29driver=smtp
30server=localhost
31port=25
32default_from=zuul@example.com
33default_to=you@example.com