docker-compose/conf/mastodon/example.env.production
2025-01-15 10:46:50 -08:00

22 lines
453 B
Plaintext

# Some variables in this file will be interpreted differently whether you are
# using docker-compose or not.
LOCAL_DOMAIN=social.REPLACEME
ALTERNATE_DOMAINS=social.
SINGLE_USER_MODE=false
SECRET_KEY_BASE=
OTP_SECRET=
VAPID_KEYS=
ACTIVE_RECORD=
DB_HOST=mastodon-db
DB_PORT=5432
DB_NAME=mastodon
DB_USER=postgres
DB_PASS=
REDIS_HOST=mastodon-redis
REDIS_PORT=6379
REDIS_PASSWORD=
SMTP_DELIVERY_METHOD=
SMTP_AUTH_METHOD=none
SMTP_OPENSSL_VERIFY_MODE=none