summaryrefslogtreecommitdiff
path: root/tests/fixtures/zuul-admin-web-no-override.conf
blob: 996a8ee5c047cc88600966ffb646c628a07a669c (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
30
31
32
33
34
35
[gearman]
server=127.0.0.1

[scheduler]
tenant_config=main.yaml
relative_priority=true

[merger]
git_dir=/tmp/zuul-test/merger-git
git_user_email=zuul@example.com
git_user_name=zuul

[executor]
git_dir=/tmp/zuul-test/executor-git
load_multiplier=100

[connection gerrit]
driver=gerrit
server=review.example.com
user=jenkins
sshkey=fake_id_rsa_path

[web]
static_cache_expiry=1200

[auth zuul_operator]
driver=HS256
allow_authz_override=false
realm=zuul.example.com
client_id=zuul.example.com
issuer_id=zuul_operator
secret=NoDanaOnlyZuul

[database]
dburi=$MYSQL_FIXTURE_DBURI$