2023-01-08 13:01:14 -08:00
|
|
|
# docker-hosted postgres
|
|
|
|
TAKAHE_DATABASE_SERVER="postgres://postgres:insecure_password@localhost:5433/takahe"
|
|
|
|
# If you are using a locally-hosted postgres you can comment the above
|
|
|
|
# and uncomment the following line
|
|
|
|
# TAKAHE_DATABASE_SERVER="postgres://postgres@localhost/takahe"
|
2022-11-26 09:04:04 -08:00
|
|
|
TAKAHE_DEBUG=true
|
|
|
|
TAKAHE_SECRET_KEY="insecure_secret"
|
|
|
|
TAKAHE_CSRF_TRUSTED_ORIGINS=["http://127.0.0.1:8000", "https://127.0.0.1:8000"]
|
|
|
|
TAKAHE_USE_PROXY_HEADERS=true
|
2022-11-26 10:33:33 -08:00
|
|
|
TAKAHE_EMAIL_SERVER="console://console"
|
2022-11-26 09:04:04 -08:00
|
|
|
TAKAHE_MAIN_DOMAIN="example.com"
|
|
|
|
TAKAHE_ENVIRONMENT="development"
|