1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Buildout configuration for the production deployment
[buildout]
extends = buildout.cfg
[configuration]
debug = False
root-url = external url
db-engine = django.db.backends.postgresql_psycopg2
db-name =
db-user =
db-password =
db-host =
db-port =
oopsdir = path1
path2
index-template = index.html
lazr-config = path to a lzr config for autodiscovery of oops reporters
summary-uri = public path to static summaries after generation
summary-dir = directory to write static summaries to
report-to-address = where to email summaries
report-from-address = sender to use when emailing
|