Running pass at the .env file
This commit is contained in:
parent
b6f3010a5c
commit
53a5079e7a
@ -4,7 +4,6 @@ DOMAIN=mastodon.swarm-test.autonomic.zone
|
|||||||
# Enables WEB_DOMAIN if set (FOR FUTURE USE)
|
# Enables WEB_DOMAIN if set (FOR FUTURE USE)
|
||||||
# USER_DOMAIN=
|
# USER_DOMAIN=
|
||||||
|
|
||||||
|
|
||||||
## Domain aliases
|
## Domain aliases
|
||||||
# EXTRA_DOMAINS=', `www.mastodon.example.com`'
|
# EXTRA_DOMAINS=', `www.mastodon.example.com`'
|
||||||
LETS_ENCRYPT_ENV=production
|
LETS_ENCRYPT_ENV=production
|
||||||
@ -47,7 +46,6 @@ RAILS_SERVE_STATIC_FILES=true # might need this for traefik, need to test
|
|||||||
DB_HOST=db
|
DB_HOST=db
|
||||||
DB_USER=mastodon
|
DB_USER=mastodon
|
||||||
DB_NAME=mastodon_production
|
DB_NAME=mastodon_production
|
||||||
DB_PASS=
|
|
||||||
DB_PORT=5432
|
DB_PORT=5432
|
||||||
|
|
||||||
# Redis
|
# Redis
|
||||||
@ -80,8 +78,7 @@ OTP_SECRET=
|
|||||||
|
|
||||||
# Web Push
|
# Web Push
|
||||||
# ========
|
# ========
|
||||||
VAPID_PRIVATE_KEY=
|
# VAPID_PUBLIC_KEY=
|
||||||
VAPID_PUBLIC_KEY=
|
|
||||||
|
|
||||||
# Limits
|
# Limits
|
||||||
# ======
|
# ======
|
||||||
|
Loading…
Reference in New Issue
Block a user