mastodon-app/env.template
2020-01-06 11:33:56 -08:00

52 lines
1.1 KiB
Plaintext

# https://github.com/tootsuite/mastodon/blob/master/.env.production.sample
SINGLE_USER_MODE=false
# Note: Changing LOCAL_DOMAIN at a later time will cause unwanted side effects, including breaking all existing federation.
# LOCAL_DOMAIN should *NOT* contain the protocol part of the domain e.g https://example.com.
LOCAL_DOMAIN=
# Use this only if you need to run mastodon on a different domain than the one used for federation.
# You can read more about this option on https://github.com/tootsuite/documentation/blob/master/Running-Mastodon/Serving_a_different_domain.md
WEB_DOMAIN=
# Database configuration
DB_HOST=
DB_PORT=
DB_NAME=
DB_USER=
DB_PASS=
# Service dependencies
REDIS_HOST=
REDIS_PORT=
REDIS_PASSWORD=
# E-mail configuration
SMTP_SERVER=
SMTP_PORT=
SMTP_FROM_ADDRESS=
SMTP_LOGIN=
SMTP_PASSWORD=
SMTP_AUTH_METHOD=plain
SMTP_OPENSSL_VERIFY_MODE=none
# SSO configuration
LDAP_ENABLED=
LDAP_HOST=
LDAP_PORT=
LDAP_BASE=
LDAP_BIND_DN=
LDAP_PASSWORD=
LDAP_UID=username
LDAP_SEARCH_FILTER=(|(%{uid}=%{email})(mail=%{email}))
LDAP_METHOD=plain
# Application secrets
SECRET_KEY_BASE=
OTP_SECRET=
# Optionally change default language
# DEFAULT_LOCALE=de