summaryrefslogtreecommitdiff
path: root/postgresqleu/local_settings.py.template
blob: 1b7cbcf37d3fc6ea71eb616d30108151d009ca3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Set if system skinning is enabled
# SYSTEM_SKIN_DIRECTORY = "/some/where/skin"

# Set on all production installs
ALLOWED_HOSTS = ["*"]

# ALWAYS set these
SECRET_KEY = ''
SERVER_EMAIL = ""

# If PG community authentication system is used, set below
#PGAUTH_KEY = ""
#PGAUTH_REDIRECT = ""