summaryrefslogtreecommitdiff
path: root/tests/fixtures/zuul-pagure-driver.conf
blob: 2d4231220d6fc8aa0606ca775c8d2ac14e891c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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
load_multiplier=100

[connection pagure]
driver=pagure
server=pagure
api_token=0000000000000000000000000000000000000000

[database]
dburi=$MYSQL_FIXTURE_DBURI$