zuul/tests/fixtures/zuul-github-driver.conf
Tobias Henkel a39df34295 Extend github testing using app auth
In order to run code paths that require installation id add support
for them in the fake github.

Change-Id: If31a16dbe6a66f3ab98dc41e6d08e5539391b6a9
2018-05-24 00:15:32 +00:00

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