Clark Boylan | a7f724c | 2017-10-25 11:35:19 -0700 | [diff] [blame] | 1 | [gearman] |
| 2 | server=127.0.0.1 |
| 3 | |
| 4 | [scheduler] |
| 5 | tenant_config=main.yaml |
| 6 | |
| 7 | [merger] |
| 8 | git_dir=/tmp/zuul-test/merger-git |
| 9 | git_user_email=zuul@example.com |
| 10 | git_user_name=zuul |
| 11 | |
| 12 | [executor] |
| 13 | git_dir=/tmp/zuul-test/executor-git |
| 14 | |
| 15 | [connection gerrit] |
| 16 | driver=gerrit |
| 17 | server=review.example.com |
| 18 | user=jenkins |
| 19 | sshkey=none |
| 20 | gitweb_url_template=https://cgit.example.com/cgit/{project.name}/commit/?id={sha} |
| 21 | |
| 22 | [connection outgoing_smtp] |
| 23 | driver=smtp |
| 24 | server=localhost |
| 25 | port=25 |
| 26 | default_from=zuul@example.com |
| 27 | default_to=you@example.com |