~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to configs/replicated-development/launchpad-lazr.conf

  • Committer: Stuart Bishop
  • Date: 2008-09-29 11:46:39 UTC
  • mto: This revision was merged to the branch mainline in revision 7142.
  • Revision ID: stuart.bishop@canonical.com-20080929114639-r3vxcmpf02pxk8qy
Improve initialize, less magic dev setup

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# A schema's sections, keys, and values are automatically inherited,
 
2
# except for '.optional' sections. Update this config to override key
 
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.
 
5
[meta]
 
6
extends: ../development/launchpad-lazr.conf
 
7
 
 
8
[database]
 
9
main_master: dbname=launchpad_dev
 
10
main_slave: dbname=launchpad_dev_slave1
 
11
auth_master: dbname=launchpad_dev
 
12
auth_slave: dbname=launchpad_dev_slave1
 
13