summaryrefslogtreecommitdiff
path: root/tests/fixtures/zuul-github-driver.conf
blob: 4fd022ecc8c31319fe892da3ca3594a04658725f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[web]
root=http://zuul.example.com/

[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
load_multiplier=100

[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

[database]
dburi=$MYSQL_FIXTURE_DBURI$