15 lines
334 B
Plaintext
15 lines
334 B
Plaintext
APP_PORT=5006
|
|
REPO_DIR=.
|
|
APP_LOCAL_SETTINGS=./app/local_settings.py
|
|
APP_DATABASE_FILE=./db.sqlite3
|
|
DOMAIN=example.com
|
|
URL=https://example.com
|
|
ALLOWED_HOSTS=example.com
|
|
NOTIFY_TOPIC=example-topic
|
|
CSRF_TRUSTED_ORIGINS=https://example.com
|
|
DEBUG=y
|
|
SECRET_KEY=
|
|
STATIC_ROOT=/code/static
|
|
REGISTRATION_OPEN=0
|
|
OPERATION=uwsgi
|
|
BILLING_ENABLED=0 |