13 lines
328 B
Smarty
13 lines
328 B
Smarty
# Silverstrike
|
|
ALLOWED_HOSTS='https://silverstrike.domain.com'
|
|
DATABASE_URL=postgres://dbuser:dbpassword@dbdockerhostname/dbname
|
|
SECRET_KEY=SUPER_SECRET_CHANGE_ME
|
|
SILVERSTRIKE_ROOT=/home/compute/services/silverstrike
|
|
DEBUG=False
|
|
DOMAIN=domain.com
|
|
|
|
# Postgres
|
|
POSTGRES_DB=dbname
|
|
POSTGRES_USER=dbuser
|
|
POSTGRES_PASSWORD=dbpassword
|