zuul/tests/fixtures/zuul-github-driver.conf

29 lines
538 B
Plaintext

[gearman]
server=127.0.0.1
[web]
status_url=http://zuul.example.com/status/#{change.number},{change.patchset}
[merger]
git_dir=/tmp/zuul-test/git
git_user_email=zuul@example.com
git_user_name=zuul
[executor]
git_dir=/tmp/zuul-test/executor-git
[connection github]
driver=github
webhook_token=0000000000000000000000000000000000000000
app_id=1
app_key=$APP_KEY_FIXTURE$
[connection github_ssh]
driver=github
sshkey=/home/zuul/.ssh/id_rsa
[connection github_ent]
driver=github
sshkey=/home/zuul/.ssh/id_rsa
server=github.enterprise.io