lemmy/docker/mastodon/.env.production

21 lines
783 B
Plaintext
Raw Normal View History

2021-11-15 15:46:11 +00:00
LOCAL_DOMAIN=127.0.0.1
SINGLE_USER_MODE=true
SECRET_KEY_BASE=361495a055b7c11d465bfe5bf4bb224c983a4206a9f858612bea58f713b870f62b356141c8e67667a9767b06f60a8df4ff94cdb560f4228c8498092521f24938
OTP_SECRET=39ce9d344087cadda49fe58aace8fcfd295e3664aeb0ddc38d1658f03880c09fe21c9603ed990e880c3d2bf1092117417d12d0b1b3ddd2992a404ce5c1947df3
VAPID_PRIVATE_KEY=UdtjNxks9IONaA4pMwDi7MV77Qh4fvfzvVRRTuvooI0=
VAPID_PUBLIC_KEY=BMrD_ve8TacoxNlM83F3TPfrhcsSeMn-Z8rplUsBPVn-hs3R58E8CVrfTi68pEBTRJuNyrXjZyfhi87EZtqbljA=
DB_HOST=db
DB_PORT=5432
DB_NAME=postgres
DB_USER=postgres
DB_PASS=password
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=
SMTP_SERVER=localhost
SMTP_PORT=25
SMTP_AUTH_METHOD=none
SMTP_OPENSSL_VERIFY_MODE=none
SMTP_FROM_ADDRESS='Mastodon <notifications@127.0.0.1>'
LOCAL_HTTPS=false