~launchpad-pqm/launchpad/devel

5750.4.2 by Curtis Hovey
Generated section and key compatible lazr configs.
1
# A schema's sections, keys, and values are automatically inherited,
2
# except for '.optional' sections. Update this config to override key
5750.4.5 by Curtis Hovey
Merged revisions per review, and hacked a solution for None into the conf files.
3
# values. Values are strings, except for numbers that look like ints.
4
# The tokens true, false, and none are treated as True, False, and None.
5585.12.3 by Curtis Hovey
Added a stub schema and config for the next round of tests--before adding the real configs.
5
[meta]
14605.1.1 by Curtis Hovey
Moved canonical.config to lp.services.
6
extends: ../../lib/lp/services/config/schema-lazr.conf
5750.4.2 by Curtis Hovey
Generated section and key compatible lazr configs.
7
7675.1090.8 by Jeroen Vermeulen
More tests. Cleaned up test case state management.
8
[archivepublisher]
7675.1090.9 by Jeroen Vermeulen
Tests, tests, lots of tests.
9
run_parts_location: none
10
5899.1.13 by Curtis Hovey
Added the remaining conf keys for oopses.
11
[branchscanner]
12
oops_prefix: BS
13
error_dir: /var/tmp/codehosting.test
14
5773.4.14 by Curtis Hovey
organised configs.
15
[builddmaster]
16
root: /var/tmp/builddmaster/
11039.2.26 by Jelmer Vernooij
Re-add uploader configuration parameter.
17
uploader: scripts/process-upload.py -Mvv
10795.2.2 by Julian Edwards
Ensure that recipe builds send a configured sources.list to the slave for an archive that contains the bzr-builder package
18
bzr_builder_sources_list: None
5773.4.14 by Curtis Hovey
organised configs.
19
7675.240.18 by Jonathan Lange
Actually hook everything up, making sure that OOPSes are logged for Bazaar errors.
20
[bzr_lpserve]
21
error_dir: /var/tmp/codehosting.test
22
oops_prefix: BZR
23
5773.4.14 by Curtis Hovey
organised configs.
24
[canonical]
25
show_tracebacks: True
26
5899.1.13 by Curtis Hovey
Added the remaining conf keys for oopses.
27
[checkwatches]
28
oops_prefix: XCW
29
error_dir: /var/tmp/lperr
6712.1.3 by Graham Binns
Added config changes.
30
sync_debbugs_comments: True
5899.1.13 by Curtis Hovey
Added the remaining conf keys for oopses.
31
8697.6.1 by Graham Binns
Moved credentials for RT bug trackers into the Launchpad config.
32
[checkwatches.credentials]
33
rt.example.com.username: zaphod
34
rt.example.com.password: pangalacticgargleblaster
9150.2.3 by Graham Binns
Added authentication methods.
35
bugzilla-3.4.example.com.username: foo.bar@canonical.com
36
bugzilla-3.4.example.com.password: test
8697.6.1 by Graham Binns
Moved credentials for RT bug trackers into the Launchpad config.
37
7528.1.3 by Michael Hudson
fill out codebrowse sections of the configs
38
[codebrowse]
11132.5.1 by John Arbash Meinel
The default development configs don't put codebrowse where the 'make schema' thinks it should go.
39
cachepath: /var/tmp/bazaar.launchpad.dev/cache
40
log_folder: /var/tmp/bazaar.launchpad.dev/logs
7528.1.3 by Michael Hudson
fill out codebrowse sections of the configs
41
launchpad_root: https://code.launchpad.dev/
7551.3.6 by Michael Hudson
add config schema and development value for where to find the cookie signing secret; one more todo
42
secret_path: configs/development/codebrowse-secret
11225.1.1 by Andrew Bennetts
Add OOPS logging to codebrowse.
43
error_dir: /var/tmp/codebrowse.launchpad.dev/errors
44
oops_prefix: CB
7528.1.3 by Michael Hudson
fill out codebrowse sections of the configs
45
5773.4.14 by Curtis Hovey
organised configs.
46
[codehosting]
47
launch: True
6789.11.2 by Michael Hudson
rewrite TestPublicKeyFromLaunchpadChecker to use a fake authentication
48
authentication_endpoint: http://xmlrpc-private.launchpad.dev:8087/authserver
9590.1.48 by Michael Hudson
a start at combining the puller and filesystem endpoints
49
codehosting_endpoint: http://xmlrpc-private.launchpad.dev:8087/codehosting
5773.4.14 by Curtis Hovey
organised configs.
50
supermirror_root: http://bazaar.launchpad.dev/
51
codebrowse_root: http://bazaar.launchpad.dev/
7551.3.19 by Michael Hudson
add a config value, reword a comment
52
secure_codebrowse_root: https://bazaar.launchpad.dev/
7459.5.22 by Michael Hudson
review comments
53
internal_branch_by_id_root: http://bazaar-internal.launchpad.dev/
54
internal_codebrowse_root: http://localhost:8080/
7459.8.1 by Michael Hudson
so much so boring
55
rewrite_script_log_file: /var/tmp/bazaar.launchpad.dev/rewrite.log
8426.6.3 by Michael Hudson
fix a few references to paths in canonical/codehosting
56
host_key_pair_path: lib/lp/codehosting/sshserver/tests/keys
5773.4.14 by Curtis Hovey
organised configs.
57
port: tcp:5022:interface=127.0.0.88
5899.1.13 by Curtis Hovey
Added the remaining conf keys for oopses.
58
error_dir: /var/tmp/codehosting.test
59
oops_prefix: SMPSSH
5805.2.3 by Tim Penhey
Make the name right.
60
bzr_lp_prefix: lp://dev/
6835.5.23 by Aaron Bentley
Use a new config value to control lp: url hosts.
61
lp_url_hosts: dev
7483.2.54 by Jonathan Lange
Update log locations to be more LOSA friendly.
62
access_log: /var/tmp/bazaar.launchpad.dev/codehosting-access.log
8379.1.2 by Jonathan Lange
Move the blacklisted hostnames variable to the schema file.
63
blacklisted_hostnames:
14301.2.3 by j.c.sackett
Oops, didn't mean to leave forking off.
64
use_forking_daemon: True
5773.4.14 by Curtis Hovey
organised configs.
65
66
[codeimport]
67
bazaar_branch_store: file:///tmp/bazaar-branches
68
foreign_tree_store: file:///tmp/foreign-branches
69
5849.2.4 by Michael Hudson
stuff
70
[codeimportdispatcher]
71
error_dir: /var/tmp/codehosting.test
72
forced_hostname: bazaar-importer
73
6092.1.5 by Michael Hudson
oops reporting and logging in codeimportworker
74
[codeimportworker]
75
error_dir: /var/tmp/codehosting.test
76
oops_prefix: CIW
77
6201.7.6 by Edwin Grubbs
Added tests and config to hide subscription portlets until it is ready to launch.
78
[commercial]
8610.2.6 by Francis J. Lacoste
Updated test Google Search key and add missing voucher system keys to the development config.
79
voucher_proxy_url: http://launchpad.dev
80
voucher_proxy_port: 2323
11057.9.20 by Gary Poster
on the basis of review by sinzui, revert changes from lazr.config files done because of lint, and change a link to green for UI consistency.
81
purchase_subscription_url: http://ubuntu.recycledmania.com/product_info.php?products_id=227
6201.7.6 by Edwin Grubbs
Added tests and config to hide subscription portlets until it is ready to launch.
82
8610.2.6 by Francis J. Lacoste
Updated test Google Search key and add missing voucher system keys to the development config.
83
5855.5.1 by Curtis Hovey
Migrate db configuration to lazr.config.
84
[database]
10096.3.5 by Guilherme Salgado
Rename config.database.main_slave/master to config.database.rw_main_slave/master and add main_slave and main_master properties to DatabaseConfig, which return the appropriate value (either ro_main_* or rw_main_*), depending on whether or not we're in read-only mode.
85
rw_main_master: dbname=launchpad_dev
86
rw_main_slave:  dbname=launchpad_dev
10096.3.13 by Guilherme Salgado
Fix a test that was failing because the code it exercises now calls getUtility()
87
# Use our _template databases here just so that we have different values from
88
# the rw_* configs.
10096.3.10 by Guilherme Salgado
Change publication.beforeTraversal() to remove stores from ZStorm when the mode has changed
89
ro_main_master: dbname=launchpad_dev_template
90
ro_main_slave:  dbname=launchpad_dev_template
5855.5.1 by Curtis Hovey
Migrate db configuration to lazr.config.
91
9893.4.13 by Stuart Bishop
Put back the auth_master and auth_slave config options, although they are ignored, to work around Bug #557271
92
# XXX stub 20100407 bug=557271: These next two are ignored, and should
93
# be removed after the May 2010 rollout.
94
auth_master: bug 557271
95
auth_slave:  bug 557271
96
5773.4.14 by Curtis Hovey
organised configs.
97
[distributionmirrorprober]
98
use_proxy: False
99
timeout: 10
14583.1.1 by Curtis Hovey
Moved ubuntu-releases.testdata to lp.registry.
100
cdimage_file_list_url: file:lib/lp/registry/tests/ubuntu-releases.testdata
5773.4.14 by Curtis Hovey
organised configs.
101
12579.4.2 by Steve Kowalik
Add a cronscript to run DSDJs, and the associated bits.
102
[distroseriesdifferencejob]
103
oops_prefix: DSDJ
104
error_dir: /var/tmp/soyuz.test
105
5899.1.13 by Curtis Hovey
Added the remaining conf keys for oopses.
106
[error_reports]
107
oops_prefix: X
108
error_dir: /var/tmp/lperr
109
6374.1.1 by Curtis Hovey
Fix config to include google_test_service in every environment. Set
110
[google]
6374.1.2 by Curtis Hovey
Fixed typo in comment.
111
# Development and the testrunner should use the stub service be default.
8585.1.2 by Brad Crittenden
Do not show private teams to unauthorized users if the team is an exact match in site search.
112
site: http://launchpad.dev:8092/cse
8610.2.6 by Francis J. Lacoste
Updated test Google Search key and add missing voucher system keys to the development config.
113
client_id: ABCDEF2323
6912.3.3 by Guilherme Salgado
Handle Celso's review.
114
maps_api_key: ABQIAAAAd8GIgO6pcskVE20WMo0tMRTWrrsyo_91eNrAe8_Mod2l0UnqlRSKiPprMSOGPJIjYKODQzeFQPz5Dg
115
6282.1.1 by Maris Fogels
Added some test harness code for the Google stub webservice.
116
[google_test_service]
117
launch: True
118
8971.11.3 by William Grant
Use the development keyserver in the development config.
119
[gpghandler]
120
host: keyserver.launchpad.dev
121
public_host: keyserver.launchpad.dev
122
13194.2.1 by Gavin Panella
Change all uses of 'initialise' to 'initialize'.
123
[initializedistroseries]
7675.878.1 by Steve Kowalik
Add first-shot at cronscript for InitialiseDistroSeriesJobs
124
oops_prefix: IDSJ
125
error_dir: /var/tmp/soyuz.test
126
7675.1130.3 by Gavin Panella
A few tweaks and all but one test passes.
127
[IPlainPackageCopyJobSource]
12881.3.3 by Gavin Panella
Change more appearances of sync-packages.
128
oops_prefix: PCJ
11844.3.1 by Jelmer Vernooij
Add cronjob.
129
error_dir: /var/tmp/soyuz.test
130
5773.4.14 by Curtis Hovey
organised configs.
131
[launchpad]
10212.5.8 by Guilherme Salgado
New config to decide whether or not to enable the test openid provider
132
enable_test_openid_provider: True
10212.3.10 by Guilherme Salgado
New pagetest for the OpenID login view and a few tweaks here and there to make it work using the AppServerLayer.
133
openid_provider_vhost: testopenid
6564.1.1 by Tim Penhey
Specify an explicit code_domain rather than using the vhost, to get emails sent from edge to go to the right place.
134
code_domain: code.launchpad.dev
5773.4.14 by Curtis Hovey
organised configs.
135
default_batch_size: 5
9004.1.2 by Andrea Corbellini
Update modules, test cases and configuration.
136
max_attachment_size: 2097152
5773.4.14 by Curtis Hovey
organised configs.
137
branchlisting_batch_size: 6
9678.2.2 by Brad Crittenden
Updated mugshots to use batching. Added config value for mugshot batching and announcement batching.
138
mugshot_batch_size: 8
139
announcement_batch_size: 4
10154.5.10 by Brad Crittenden
Added config variable for download batch size.
140
download_batch_size: 4
11110.2.6 by Curtis Hovey
Added summary_list_size to config so that views can have a testible limit of
141
summary_list_size: 5
5773.4.14 by Curtis Hovey
organised configs.
142
max_bug_feed_cache_minutes: 30
5849.2.4 by Michael Hudson
stuff
143
bzr_imports_root_url: file:///tmp/bazaar-branches
8031.3.1 by Guilherme Salgado
Re-enable disabled geoip tests and use the city lite geoip database for the testrunner and development environments.
144
geoip_database: /usr/share/GeoIP/GeoLiteCity.dat
8610.2.6 by Francis J. Lacoste
Updated test Google Search key and add missing voucher system keys to the development config.
145
geonames_identity: lpdev
7675.239.9 by Stuart Bishop
Set default Storm cache size to 100 for development, 10000 for production appservers and 5000 for other production systems
146
storm_cache: generational
147
storm_cache_size: 100
14011.3.1 by Michael-Doyle Hudson
revert the reversion of the xmlrpc feature flag endpoint
148
feature_flags_endpoint: http://xmlrpc-private.launchpad.dev:8087/featureflags/
5773.4.14 by Curtis Hovey
organised configs.
149
5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
150
[launchpad_session]
151
cookie: launchpad_dev
13366.3.2 by Stuart Bishop
Fix dev config
152
database: dbname=session_dev
5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
153
5773.4.14 by Curtis Hovey
organised configs.
154
[librarian]
7107.4.17 by Leonard Richardson
Interim commit in case I need to come back to this point.
155
download_url: http://launchpad.dev:58080/
5863.9.1 by Curtis Hovey
Updated configs and code to used simple datatypes. Changes may still be needed aftert testing.
156
upload_port: 58090
157
download_port: 58080
5911.2.14 by Francis J. Lacoste
Start restricted-librarian from make run.
158
restricted_upload_port: 58095
159
restricted_download_port: 58085
7107.4.17 by Leonard Richardson
Interim commit in case I need to come back to this point.
160
restricted_download_url: http://launchpad.dev:58085/
9436.1.1 by Brad Crittenden
Update team pages for UI 3.0
161
use_https = False
11221.1.1 by Robert Collins
Start logging oops from the librarian. Fixes lp:86185
162
oops_prefix: L
163
error_dir: /var/tmp/codehosting.test
5773.4.14 by Curtis Hovey
organised configs.
164
165
[librarian_server]
166
root: /var/tmp/fatsam
167
launch: True
11784.2.1 by Gary Poster
add diagnostics for why the librarian rejects requests, for diagnosing bug 662912.
168
logfile: librarian.log
5773.4.14 by Curtis Hovey
organised configs.
169
5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
170
[malone]
171
bugmail_error_from_address: noreply@bugs.launchpad.net
172
buglist_batch_size: 7
173
max_comment_size: 300
174
bugnotification_interval: 1
175
search_comments: True
14455.1.2 by William Grant
Make the dev config use the test debbugs DB, which is pretty much identical to the dev one.
176
debbugs_db_location: lib/lp/bugs/tests/data/debbugs_db
11010.4.1 by Bryce Harrington
Instead of oldest 80 comments when overflowed, provide first and last 40.
177
comments_list_max_length: 12
178
comments_list_truncate_oldest_to: 4
179
comments_list_truncate_newest_to: 6
180
9558.3.1 by Tom Berger
carry on the no-redirect parameter when redirecting to a new filebug view
181
ubuntu_disable_filebug: false
5750.4.2 by Curtis Hovey
Generated section and key compatible lazr configs.
182
183
[mailman]
6575.3.1 by Barry Warsaw
Build Mailman and launch it in run_all by default in a development
184
launch: True
185
build: True
186
build_var_dir: /var/tmp/mailman
187
xmlrpc_runner_sleep: 5
10303.1.3 by Gary Poster
revert change that I had done for manual testing of mailman and inadvertently committed.
188
smtp: localhost:9025
6842.1.1 by Curtis Hovey
Added OOPS reporting to XMLRPC runner.
189
error_dir: /var/tmp/mailman-xmlrpc
5750.4.2 by Curtis Hovey
Generated section and key compatible lazr configs.
190
list_help_header: http://help.launchpad.dev/ListHelp
191
archive_address: archive@mail-archive.dev
192
list_owner_header_template: http://launchpad.dev/~$team_name
193
archive_url_template: http://lists.launchpad.dev/$team_name
6382.7.1 by Curtis Hovey
Switched the Subscribe/Unsubscribe address from the user editemail page to
194
list_subscription_headers: http://launchpad.dev/~$team_name
5863.9.8 by Curtis Hovey
Fixed config error.
195
build_host_name: lists.launchpad.dev
7727.1.1 by Barry Warsaw
Bug 244671; ensure all mailman holds show up in launchpad UI for moderation.
196
# Crank these way down so they're easier to test.
197
soft_max_size: 40000
198
hard_max_size: 1000000
5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
199
9232.2.3 by Stuart Bishop
Start up a local memcached in the development environment. Config items for memcache client.
200
[memcache]
9232.2.4 by Stuart Bishop
Wire up a memcache.Client so it can be accessed as a utility
201
servers: (127.0.0.1:11217,1)
9232.2.3 by Stuart Bishop
Start up a local memcached in the development environment. Config items for memcache client.
202
203
[memcached]
204
launch: True
205
verbose: False
206
address: 127.0.0.1
207
port: 11217
9232.2.4 by Stuart Bishop
Wire up a memcache.Client so it can be accessed as a utility
208
memory_size: 1
9232.2.3 by Stuart Bishop
Start up a local memcached in the development environment. Config items for memcache client.
209
7675.624.37 by Tim Penhey
update the config for the merge proposal jobs section
210
[merge_proposal_jobs]
9750.3.1 by Aaron Bentley
Add mpcreationsjobs to sync_branches make target
211
error_dir: /var/tmp/codehosting.test
7675.624.37 by Tim Penhey
update the config for the merge proposal jobs section
212
oops_prefix: DMPJ
9750.3.1 by Aaron Bentley
Add mpcreationsjobs to sync_branches make target
213
7675.1051.6 by Aaron Bentley
Update config name.
214
[packaging_translations]
215
oops_prefix: DPT
12269.4.9 by Aaron Bentley
Update configs.
216
error_dir: /var/tmp/lperr
217
5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
218
[personalpackagearchive]
219
root: /var/tmp/ppa/
5814.7.4 by Julian Edwards
sinzui's review comments.
220
private_root: /var/tmp/ppa
5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
221
base_url: http://ppa.launchpad.dev
6906.1.1 by Celso Providelo
Fixing bug #261325 (setting correct production private-ppa base_url).
222
private_base_url: http://private-ppa.launchpad.dev
5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
223
10918.2.2 by Steve Kowalik
Merge in changes for poppy-sftp configuration
224
[poppy]
225
authentication_endpoint: http://xmlrpc-private.launchpad.dev:8087/authserver
226
host_key_private=lib/lp/poppy/tests/poppy-sftp
227
host_key_public=lib/lp/poppy/tests/poppy-sftp.pub
14128.2.6 by Danilo Segan
Revert change to schema-lazr.conf and do the poppy port change in development config.
228
port: tcp:5023
10918.2.2 by Steve Kowalik
Merge in changes for poppy-sftp configuration
229
13333.6.64 by Gavin Panella
Don't set default values for rabbitmq config in schema-lazr.conf; only set them in the development config.
230
[rabbitmq]
231
launch: True
232
host: localhost:56720
233
userid: guest
234
password: guest
235
virtual_host: /
236
14032.1.1 by Raphael Badin
Add TxLongPollServer.
237
[txlongpoll]
238
launch: True
239
frontend_port: 22435
240
uri: /+longpoll/
241
7675.202.17 by Michael Hudson
spm-approved oops locations
242
[reclaimbranchspace]
243
error_dir: /var/tmp/codehosting.test
244
oops_prefix: RBS
245
7845.5.1 by Danilo Šegan
Add a configuration option to enable/disable global suggestions and re-enable all tests.
246
[rosetta]
247
global_suggestions_enabled: True
10427.4.3 by Jeroen Vermeulen
While we're at it, also update development config to enable templates generation.
248
generate_templates: True
7845.5.1 by Danilo Šegan
Add a configuration option to enable/disable global suggestions and re-enable all tests.
249
9580.4.1 by Henning Eggers
Fix the bug.
250
[rosettabranches]
251
error_dir: /var/tmp/rosettabranches.test
252
oops_prefix: RSBR
253
9592.3.1 by Jeroen Vermeulen
Reconstructed changes after merge trouble.
254
[poimport]
255
error_dir: /var/tmp/poimport
256
oops_prefix: POI
257
7675.524.3 by Graham Binns
Database permissions and config changes. Tests still fail, annoyingly.
258
[process_apport_blobs]
259
error_dir: /var/tmp/lperr
260
11057.9.13 by Maris Fogels
Added a schema value and URL inspection to activate the on-demand profiling of ++profile++ URLs.
261
[profiling]
262
profiling_allowed: True
263
8721.2.12 by Michael Hudson
create a generic supermirror_puller config section
264
[supermirror_puller]
265
error_dir: /var/tmp/codehosting.test
266
oops_prefix: SMP
267
5899.1.13 by Curtis Hovey
Added the remaining conf keys for oopses.
268
[supermirror_import_puller]
269
error_dir: /var/tmp/codehosting.test
270
oops_prefix: ISMP
271
272
[supermirror_mirror_puller]
273
error_dir: /var/tmp/codehosting.test
274
oops_prefix: MSMP
275
276
[supermirror_upload_puller]
277
error_dir: /var/tmp/codehosting.test
278
oops_prefix: USMP
279
12143.1.1 by Danilo Segan
Set config section and OOPS prefix for translations_export_to_branch.
280
[translations_export_to_branch]
281
error_dir: /var/tmp/translations_export_to_branch
282
oops_prefix: TEB
283
9644.2.21 by Paul Hummer
Added a development config
284
[upgrade_branches]
285
oops_prefix: UBJD
286
error_dir: /var/tmp/codehosting.test
287
5750.4.4 by Curtis Hovey
Revised autogeneration rules per review: normalise yes|no to true|false,
288
[uploader]
289
default_recipient_name: Local Root
290
default_sender_address: root@localhost
291
default_recipient_address: root@localhost
292
default_sender_name: Local Root
5750.4.2 by Curtis Hovey
Generated section and key compatible lazr configs.
293
5773.4.6 by Curtis Hovey
Added support for vhost to lazr and launchpad.
294
[vhosts]
6991.1.1 by Guilherme Salgado
Serve *.launchpad.dev through https
295
use_https: True
5773.4.6 by Curtis Hovey
Added support for vhost to lazr and launchpad.
296
297
[vhost.mainsite]
298
hostname: launchpad.dev
299
althostnames: localhost
7275.1.4 by Francis J. Lacoste
Add non-YADIS delegation.
300
openid_delegate_profile: True
5773.4.6 by Curtis Hovey
Added support for vhost to lazr and launchpad.
301
302
[vhost.api]
303
hostname: api.launchpad.dev
10420.4.1 by Leonard Richardson
Initial implementation.
304
rooturl: https://api.launchpad.dev/
10744.9.21 by Leonard Richardson
Test improvements.
305
# Turn this on once we've solved cache invalidation problems and are
306
# ready to test.
307
# enable_server_side_representation_cache: True
5773.4.6 by Curtis Hovey
Added support for vhost to lazr and launchpad.
308
309
[vhost.blueprints]
310
hostname: blueprints.launchpad.dev
311
312
[vhost.code]
313
hostname: code.launchpad.dev
314
315
[vhost.translations]
316
hostname: translations.launchpad.dev
317
318
[vhost.bugs]
319
hostname: bugs.launchpad.dev
320
321
[vhost.answers]
322
hostname: answers.launchpad.dev
323
324
[vhost.openid]
325
hostname: openid.launchpad.dev
326
11073.1.6 by Guilherme Salgado
Fix the IAbsoluteURL issue
327
[vhost.apidoc]
328
hostname: apidoc.launchpad.dev
329
10065.2.3 by Guilherme Salgado
Move the test openid views under a newly created testopenid vhost.
330
[vhost.testopenid]
10212.5.9 by Guilherme Salgado
Rename the vhost used for the test OpenID provider to testopenid.dev
331
hostname: testopenid.dev
10065.2.3 by Guilherme Salgado
Move the test openid views under a newly created testopenid vhost.
332
7675.346.1 by James Henstridge
Add central config changes to support second OpenID provider vhost.
333
[vhost.ubuntu_openid]
334
hostname: ubuntu-openid.launchpad.dev
335
5773.4.6 by Curtis Hovey
Added support for vhost to lazr and launchpad.
336
[vhost.xmlrpc]
337
hostname: xmlrpc.launchpad.dev
338
rooturl: http://launchpad.dev/
339
340
[vhost.xmlrpc_private]
341
hostname: xmlrpc-private.launchpad.dev
342
343
[vhost.feeds]
344
hostname: feeds.launchpad.dev
345
14022.2.5 by William Grant
Oops, forgot to rename the zopeless section of the development/testrunner-appserver configs.
346
[immediate_mail]
5963.2.2 by Curtis Hovey
Added comments to explain the zopeless.send_email exceptions.
347
# XXX sinzui 2008-03-26:
348
# A development box should never send email to the outer world,
349
# so disable that here. note that the testrunner config inherits
350
# this setting from us.
5963.2.1 by Curtis Hovey
Disable email in all environements that run zopeless apps/scripts,
351
send_email: false