Gregory Haynes | 4fc1254 | 2015-04-22 20:38:06 -0700 | [diff] [blame] | 1 | [gearman] |
| 2 | server=127.0.0.1 |
| 3 | |
James E. Blair | 4f3e622 | 2017-07-05 14:52:08 -0700 | [diff] [blame] | 4 | [webapp] |
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 |
Gregory Haynes | 4fc1254 | 2015-04-22 20:38:06 -0700 | [diff] [blame] | 11 | |
| 12 | [executor] |
| 13 | git_dir=/tmp/zuul-test/executor-git |
| 14 | |
| 15 | [connection github] |
| 16 | driver=github |
Clint Byrum | cf1b742 | 2017-07-27 17:12:00 -0700 | [diff] [blame] | 17 | webhook_token=0000000000000000000000000000000000000000 |
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 |
James E. Blair | 5f11ff3 | 2017-06-23 21:46:45 +0100 | [diff] [blame] | 26 | server=github.enterprise.io |