| [gearman] |
| server=127.0.0.1 |
| |
| [webapp] |
| status_url=http://zuul.example.com/status |
| |
| [merger] |
| git_dir=/tmp/zuul-test/git |
| git_user_email=zuul@example.com |
| git_user_name=zuul |
| zuul_url=http://zuul.example.com/p |
| |
| [executor] |
| git_dir=/tmp/zuul-test/executor-git |
| |
| [connection github] |
| driver=github |
| |
| [connection gerrit] |
| driver=gerrit |
| server=review.example.com |
| user=jenkins |
| sshkey=fake_id_rsa1 |
| |
| [connection resultsdb] |
| driver=sql |
| dburi=$MYSQL_FIXTURE_DBURI$ |
| |
| [connection smtp] |
| driver=smtp |
| server=localhost |
| port=25 |
| default_from=zuul@example.com |
| default_to=you@example.com |