This commit is contained in:
2025-06-27 15:17:52 +01:00
parent 966c717638
commit e0291cb1fa
2 changed files with 0 additions and 6 deletions

View File

@ -40,9 +40,6 @@ ENABLE_BACKUPS=true
# what service to use for sending out emails (eg. smtp, mailgun, none) NOTE: you should also set the corresponding keys in secrets.env
MAIL_BACKEND=none
# require an email address to be invited before being able to sign up? (true or false)
INVITE_ONLY=true
# uncomment in order to NOT automatically change the database schema when you upgrade the app
# DISABLE_DB_AUTOMIGRATION=true
@ -62,8 +59,6 @@ LOG_LEVEL=info
# and do not check your env file into any public git repo
# change ALL the values:
# if `INVITE_ONLY` is true, what should be the secret code to sign up?
# INVITE_KEY=123
# signup to an email service and edit with relevant info, see: https://docs.bonfirenetworks.org/Bonfire.Mailer.html
# MAIL_DOMAIN=mgo.example.com

View File

@ -19,7 +19,6 @@ services:
- MIX_ENV=prod
- HOSTNAME
- INVITE_ONLY
- INSTANCE_DESCRIPTION
- DISABLE_DB_AUTOMIGRATION
- UPLOAD_LIMIT