docker-compose/conf/mastodon/example.env.production
2024-07-03 11:37:16 -07:00

21 lines
438 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=
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