~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/config/schema-lazr.conf

  • Committer: Stuart Bishop
  • Date: 2011-07-07 11:39:17 UTC
  • mto: This revision was merged to the branch mainline in revision 13414.
  • Revision ID: stuart.bishop@canonical.com-20110707113917-wxk6ocjehrw0b2du
Allow dbuser to override new-style connection string for easy config overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
1270
1270
homepage_recent_posts_count: 6
1271
1271
 
1272
1272
[launchpad_session]
 
1273
# The database connection string.
1273
1274
# datatype: pgconnection
1274
1275
database: none
1275
1276
 
 
1277
# The dbuser setting is added to the connection string, to allow configs
 
1278
# to easily override this particular setting.
 
1279
# datatype: string
 
1280
dbuser: session
 
1281
 
1276
1282
# The id of the cookie used to store the session token.
1277
1283
# datatype: string
1278
1284
cookie: launchpad
1284
1290
dbhost: none
1285
1291
# datatype: string
1286
1292
dbname: session_prod
1287
 
# datatype: string
1288
 
dbuser: session
1289
1293
 
1290
1294
 
1291
1295
[librarianlogparser]