42 lines
817 B
Plaintext
42 lines
817 B
Plaintext
TYPE=levelfly
|
|
|
|
DOMAIN=levelfly.example.com
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.levelfly.example.com`'
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
COMPOSE_FILE=compose.yml
|
|
|
|
SUPPORT_EMAIL=test@example.com
|
|
|
|
SECRET_KEY_BASE=GENERATE_ME
|
|
|
|
# AWS S3 file storage
|
|
S3_PROTOCOL=https
|
|
S3_REGION=us-east-1
|
|
S3_BUCKET=levelfly
|
|
S3_ACCESS_KEY_ID=ADD_ME
|
|
S3_SECRET_ACCESS_KEY=ADD_ME
|
|
#S3_HOST_NAME=localhost:9090
|
|
#S3_ENDPOINT=http://s3:9090
|
|
#S3_FORCE_PATH_STYLE=true
|
|
|
|
# Email
|
|
SMTP_PASSWORD=ADD_ME
|
|
SMTP_USERNAME=email@example.com
|
|
SMTP_DOMAIN=ADD_ME
|
|
SMTP_HOST=mail.example.com
|
|
SMTP_PORT=587
|
|
|
|
# Pusher
|
|
PUSHER_URL=wss://ws.pusherapp.com/app/APP_ID
|
|
|
|
# Newrelic error logging
|
|
NEW_RELIC_AGENT_ENABLED=false
|
|
NEW_RELIC_LICENSE_KEY=ADD_ME
|
|
NEW_RELIC_APP_NAME=levelfly
|
|
|
|
# Custom version
|
|
#LEVELFLY_VERSION=dev
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.version.yml"
|