1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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: ../lpnet-lazr.conf
[launchpad]
dbuser: lpnet2
[error_reports]
oops_prefix: B
[launchpad_session]
dbuser: session_lpnet2
[vhost.mainsite]
althostnames: localhost, www.launchpad.net, gangotri.ubuntu.com
|