Gregory Haynes | 4fc1254 | 2015-04-22 20:38:06 -0700 | [diff] [blame] | 1 | [gearman] |
| 2 | server=127.0.0.1 |
| 3 | |
| 4 | [zuul] |
| 5 | job_name_in_report=true |
Jan Hruban | e252a73 | 2017-01-03 15:03:09 +0100 | [diff] [blame] | 6 | status_url=http://zuul.example.com/status |
Gregory Haynes | 4fc1254 | 2015-04-22 20:38:06 -0700 | [diff] [blame] | 7 | |
| 8 | [merger] |
| 9 | git_dir=/tmp/zuul-test/git |
| 10 | git_user_email=zuul@example.com |
| 11 | git_user_name=zuul |
| 12 | zuul_url=http://zuul.example.com/p |
| 13 | |
| 14 | [executor] |
| 15 | git_dir=/tmp/zuul-test/executor-git |
| 16 | |
| 17 | [connection github] |
| 18 | driver=github |
Jan Hruban | 6d53c5e | 2015-10-24 03:03:34 +0200 | [diff] [blame] | 19 | |
| 20 | [connection github_ssh] |
| 21 | driver=github |
| 22 | sshkey=/home/zuul/.ssh/id_rsa |
Jesse Keating | be4ef8a | 2016-12-06 11:29:13 -0800 | [diff] [blame] | 23 | |
| 24 | [connection github_ent] |
| 25 | driver=github |
| 26 | sshkey=/home/zuul/.ssh/id_rsa |
| 27 | git_host=github.enterprise.io |