~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to configs/production/settings.conf

  • Committer: Marc Tardif
  • Date: 2011-12-05 22:33:21 UTC
  • Revision ID: marc.tardif@canonical.com-20111205223321-4j8c8a3dawwndua1
Updated database names in production settings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
[storm-stores]
15
15
 
16
 
session = postgres://lpresults:lpresults@localhost/lpresults-production-session
17
 
 
18
 
session-autocommit = postgres://lpresults:lpresults@localhost/lpresults-production-session?isolation=autocommit
19
 
 
20
 
test-1 = postgres://lpresults:lpresults@localhost/lpresults-production-test-1
21
 
 
22
 
tracker = postgres://lpresults:lpresults@localhost/lpresults-production-tracker
 
16
session = postgres://lpresults:lpresults@localhost/lpresults-session
 
17
 
 
18
session-autocommit = postgres://lpresults:lpresults@localhost/lpresults-session?isolation=autocommit
 
19
 
 
20
test-1 = postgres://lpresults:lpresults@localhost/lpresults-test-1
 
21
 
 
22
tracker = postgres://lpresults:lpresults@localhost/lpresults-tracker
23
23
 
24
24
[lpresults-scripts]
25
25