blob: 079ab5600266f80bc0dd69ef6e3b7c37fc8a080e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[web]
status_url=http://zuul.example.com/status
[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=00000000000000000000000000000000000000000
[connection gerrit]
driver=gerrit
server=review.example.com
user=jenkins
[database]
dburi=$MYSQL_FIXTURE_DBURI$
|