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