mastodon-app/env.template
2024-02-14 18:05:43 +01:00

54 lines
996 B
Plaintext

# https://github.com/tootsuite/mastodon/blob/master/.env.production.sample
# Federation
# ----------
# This identifies your server and cannot be changed safely later
# ----------
LOCAL_DOMAIN=example.com
# Use this only if you need to run mastodon on a different domain than the one used for federation.
# Cloudron: this will change automatically when you change the app's location in Cloudron dashboard
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
OIDC_ENABLED=
OIDC_DISPLAY_NAME=
OIDC_ISSUER=
OIDC_CLIENT_ID=
OIDC_CLIENT_SECRET=
OIDC_REDIRECT_URI=
OIDC_DISCOVERY=
OIDC_SCOPE=
OIDC_UID_FIELD=
# Application secrets
SECRET_KEY_BASE=
OTP_SECRET=
UPDATE_CHECK_URL=
# Optionally change default language
# DEFAULT_LOCALE=de