mastodon-app/env.template

54 lines
996 B
Plaintext
Raw Normal View History

2019-07-17 23:48:13 +00:00
# https://github.com/tootsuite/mastodon/blob/master/.env.production.sample
2021-09-23 17:28:50 +00:00
# Federation
# ----------
# This identifies your server and cannot be changed safely later
# ----------
LOCAL_DOMAIN=example.com
2020-01-06 19:27:26 +00:00
# Use this only if you need to run mastodon on a different domain than the one used for federation.
2021-09-23 17:28:50 +00:00
# Cloudron: this will change automatically when you change the app's location in Cloudron dashboard
2020-01-06 19:27:26 +00:00
WEB_DOMAIN=
# Database configuration
DB_HOST=
DB_PORT=
DB_NAME=
DB_USER=
DB_PASS=
2020-01-06 19:27:26 +00:00
# Service dependencies
REDIS_HOST=
REDIS_PORT=
REDIS_PASSWORD=
2020-01-06 19:27:26 +00:00
# E-mail configuration
SMTP_SERVER=
SMTP_PORT=
SMTP_FROM_ADDRESS=
SMTP_LOGIN=
SMTP_PASSWORD=
SMTP_AUTH_METHOD=plain
SMTP_OPENSSL_VERIFY_MODE=none
2020-01-06 19:27:26 +00:00
# SSO configuration
2024-02-14 10:13:42 +00:00
OIDC_ENABLED=
OIDC_DISPLAY_NAME=
OIDC_ISSUER=
OIDC_CLIENT_ID=
OIDC_CLIENT_SECRET=
OIDC_REDIRECT_URI=
OIDC_DISCOVERY=
OIDC_SCOPE=
OIDC_UID_FIELD=
2020-01-06 19:27:26 +00:00
# Application secrets
SECRET_KEY_BASE=
OTP_SECRET=
2023-09-21 17:56:45 +00:00
UPDATE_CHECK_URL=
2020-01-06 19:27:26 +00:00
# Optionally change default language
# DEFAULT_LOCALE=de