.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
SECRET_KEY
secret
SECURITY WARNING: keep the secret key used in production secret!
DEBUG
SECURITY WARNING: don't run with debug turned on in production!
USE_HTTPS
DOMAIN
EMAIL
DEFAULT_LANGUAGE
Used for deciding which editions to prefer
MEDIA_ROOT
PGPORT
Database configuration
POSTGRES_PASSWORD
secret
POSTGRES_USER
POSTGRES_DB
POSTGRES_HOST
MAX_STREAM_LENGTH
Redis activity stream manager
REDIS_ACTIVITY_HOST
REDIS_ACTIVITY_PORT
REDIS_ACTIVITY_PASSWORD
secret
REDIS_BROKER_PORT
Redis as celery broker
REDIS_BROKER_PASSWORD
secret
FLOWER_PORT
Monitoring for celery
FLOWER_USER