forked from mozilla-releng/build-buildapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.ini
37 lines (29 loc) · 932 Bytes
/
test.ini
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
36
37
#
# buildapi - Pylons testing environment configuration
#
# The %(here)s variable will be replaced with the parent directory of this file
#
[DEFAULT]
debug = true
# Uncomment and replace with the address which should receive any error reports
#email_to = [email protected]
smtp_server = localhost
error_email_from = paste@localhost
[server:main]
use = egg:Paste#http
host = 127.0.0.1
port = 5000
[app:main]
use = config:development.ini
# a flag so that some of the pylons startup code can be avoided during tests
testing = true
sqlalchemy.scheduler_db.url = sqlite:///:memory:
sqlalchemy.buildapi_db.url = sqlite:///:memory:
mq.kombu_url = in-memory:/buildapi
mq.exchange = buildapi.control
mq.consumer.queue = buildapi-web
branches_url = TEST:branches-test.json
auth_override =
masters.aglon.name = aglon:/home/catlee/mozilla/buildapi/buildapi/tests/master
masters.aglon.fqdn = aglon.localdomain
masters.aglon.port = 5000