~launchpad-pqm/launchpad/devel

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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# A schema's sections, keys, and values are automatically inherited,
# except for '.optional' sections. Update this config to override key
# values. Values are strings, except for numbers that look like ints.
# The tokens true, false, and none are treated as True, False, and None.
[meta]
extends: ../testrunner/launchpad-lazr.conf

[codehosting]
launch: False

[google_test_service]
launch: False

[librarian_server]
launch: False

[mailman]
launch: False
xmlrpc_runner_sleep: 1
register_bounces_every: 1

[vhost.mainsite]
rooturl: http://launchpad.dev:8085/

[vhost.api]
rooturl: http://api.launchpad.dev:8085/

[vhost.blueprints]
rooturl: http://blueprints.launchpad.dev:8085/

[vhost.code]
rooturl: http://code.launchpad.dev:8085/

[vhost.translations]
rooturl: http://translations.launchpad.dev:8085/

[vhost.bugs]
rooturl: http://bugs.launchpad.dev:8085/

[vhost.answers]
rooturl: http://answers.launchpad.dev:8085/

[vhost.openid]
rooturl: http://openid.launchpad.dev:8085/

[vhost.testopenid]
rooturl: http://testopenid.dev:8085/

[vhost.shipitubuntu]
rooturl: http://shipit.ubuntu.dev:8085/

[vhost.shipitkubuntu]
rooturl: http://shipit.kubuntu.dev:8085/

[vhost.shipitedubuntu]
rooturl: http://shipit.edubuntu.dev:8085/

[vhost.xmlrpc]
rooturl: http://launchpad.dev:8085/

[vhost.xmlrpc_private]
rooturl: http://launchpad.dev:8085/

[vhost.feeds]
rooturl: http://feeds.launchpad.dev:8085/

[zopeless]
# BarryWarsaw 04-Dec-2008: AppServerLayer tests should send email to the fake
# SMTP server that the layer starts up, so that they can be collected and
# tested.
smtp_port: 9025
smtp_host: localhost
send_email: true