Running pass at the .env file
This commit is contained in:
parent
b6f3010a5c
commit
53a5079e7a
11
.env.sample
11
.env.sample
@ -4,9 +4,8 @@ DOMAIN=mastodon.swarm-test.autonomic.zone
|
||||
# Enables WEB_DOMAIN if set (FOR FUTURE USE)
|
||||
# USER_DOMAIN=
|
||||
|
||||
|
||||
## Domain aliases
|
||||
#EXTRA_DOMAINS=', `www.mastodon.example.com`'
|
||||
# EXTRA_DOMAINS=', `www.mastodon.example.com`'
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
# Please look at https://docs.joinmastodon.org/admin/config/ for the full documentation.
|
||||
@ -27,9 +26,9 @@ LETS_ENCRYPT_ENV=production
|
||||
# fi
|
||||
|
||||
LOCAL_DOMAIN=$DOMAIN
|
||||
#WEB_DOMAIN=$DOMAIN
|
||||
# WEB_DOMAIN=$DOMAIN
|
||||
|
||||
#ALTERNATE_DOMAINS=$EXTRA_DOMAINS
|
||||
# ALTERNATE_DOMAINS=$EXTRA_DOMAINS
|
||||
AUTHORIZED_FETCH=false
|
||||
LIMITED_FEDERATION_MODE=false
|
||||
|
||||
@ -47,7 +46,6 @@ RAILS_SERVE_STATIC_FILES=true # might need this for traefik, need to test
|
||||
DB_HOST=db
|
||||
DB_USER=mastodon
|
||||
DB_NAME=mastodon_production
|
||||
DB_PASS=
|
||||
DB_PORT=5432
|
||||
|
||||
# Redis
|
||||
@ -80,8 +78,7 @@ OTP_SECRET=
|
||||
|
||||
# Web Push
|
||||
# ========
|
||||
VAPID_PRIVATE_KEY=
|
||||
VAPID_PUBLIC_KEY=
|
||||
# VAPID_PUBLIC_KEY=
|
||||
|
||||
# Limits
|
||||
# ======
|
||||
|
Loading…
Reference in New Issue
Block a user