From 53a5079e7a2b7d80b809ba3e268667fc26c2334f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 28 May 2021 11:06:48 +0200 Subject: [PATCH] Running pass at the .env file --- .env.sample | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.env.sample b/.env.sample index fcbeeab..92c490c 100644 --- a/.env.sample +++ b/.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 # ======