1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# This is the Launchpad Results settings configuration.
#
# The path to this file can be defined in the environment
# with the LPRESULTS_TRACKER_SETTINGS variable.
[DEFAULT]
debug = False
media-root = /srv/resultstracker.ubuntu.com/production/static
template-dirs = /srv/resultstracker.ubuntu.com/production/templates
[storm-stores]
session = postgres://lpresults:lpresults@localhost/lpresults-session
session-autocommit = postgres://lpresults:lpresults@localhost/lpresults-session?isolation=autocommit
test-1 = postgres://lpresults:lpresults@localhost/lpresults-test-1
tracker = postgres://lpresults:lpresults@localhost/lpresults-tracker
[lpresults-scripts]
lockpath = /srv/resultstracker.ubuntu.com/production/lock
[lpresults-storage-buckets]
attachments = /srv/resultstracker.ubuntu.com/production/state/attachments
|