mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 17:42:08 +00:00
23 lines
439 B
Plaintext
23 lines
439 B
Plaintext
# Database settings
|
|
PGDATABASE=postgres
|
|
PGHOST=db
|
|
PGPASSWORD=""
|
|
PGPORT=5432
|
|
PGUSER=postgres
|
|
|
|
# ALLOWED_HOSTS can be a comma-delimited string/list of host names
|
|
ALLOWED_HOSTS=localhost
|
|
|
|
# Set DJANGO_DEBUG = 0 to turn off Debug
|
|
DJANGO_DEBUG=1
|
|
|
|
# Don't use this secret key in production obviously
|
|
SECRET_KEY="top-secret"
|
|
|
|
GITHUB_TOKEN="top-secret"
|
|
|
|
AWS_ACCESS_KEY_ID="changeme"
|
|
AWS_SECRET_ACCESS_KEY="changeme"
|
|
BUCKET_NAME="stage.boost.org"
|
|
|