mirror of
https://github.com/bonfire-networks/bonfire-deploy.git
synced 2025-07-23 19:15:56 +00:00
cleanup
This commit is contained in:
@ -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
|
||||
|
@ -19,7 +19,6 @@ services:
|
||||
- MIX_ENV=prod
|
||||
|
||||
- HOSTNAME
|
||||
- INVITE_ONLY
|
||||
- INSTANCE_DESCRIPTION
|
||||
- DISABLE_DB_AUTOMIGRATION
|
||||
- UPLOAD_LIMIT
|
||||
|
Reference in New Issue
Block a user