blob: 0bc2f0abd4b0d3872a577ae37d0c208baecb7d17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[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$
server=github.enterprise.io
[database]
dburi=$MYSQL_FIXTURE_DBURI$
|