zuul/tests/fixtures/zuul-connections-gerrit-and-github.conf
James E. Blair bcfcf4f396 Report config errors as line comments
Change-Id: I17f827d661a46f75b72d85e7890237e76ebeb0e6
2018-07-27 19:18:04 -07:00

32 lines
540 B
Plaintext

[gearman]
server=127.0.0.1
[scheduler]
tenant_config=config/multi-driver/main.yaml
[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
[connection gerrit]
driver=gerrit
server=review.example.com
user=jenkins
sshkey=none
password=badpassword
[connection github]
driver=github
webhook_token=00000000000000000000000000000000000000000
[connection outgoing_smtp]
driver=smtp
server=localhost
port=25
default_from=zuul@example.com
default_to=you@example.com