update default env

This commit is contained in:
Mayel de Borniol 2024-02-16 20:07:08 +00:00
parent 8beb727d24
commit a5d24231e8
1 changed files with 15 additions and 12 deletions

View File

@ -3,10 +3,13 @@ TYPE=bonfire
# choose what flavour of Bonfire to run # choose what flavour of Bonfire to run
FLAVOUR=classic FLAVOUR=classic
# choose what extra services you want to run
#COMPOSE_FILE="compose.yml:compose.meilisearch.yml"
# Different flavours/forks or architectures may require different builds of bonfire: # Different flavours/forks or architectures may require different builds of bonfire:
# for ARM (manual build): # for ARM (manual build):
APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}-aarch64 APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}-aarch64
for x86 (built by CI): # for x86 (built by CI):
APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}-amd64 APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}-amd64
# multi-arch image (built by CI, but currently not working): # multi-arch image (built by CI, but currently not working):
#APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR} #APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}
@ -23,7 +26,7 @@ DOMAIN=bonfire.example.com
#EXTRA_DOMAINS=', `www.bonfire.example.com`' #EXTRA_DOMAINS=', `www.bonfire.example.com`'
# what service to use for sending out emails (eg. smtp, mailgun, none) NOTE: you should also set the corresponding keys in secrets.env # 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=mailgun MAIL_BACKEND=none
# require an email address to be invited before being able to sign up? (true or false) # require an email address to be invited before being able to sign up? (true or false)
INVITE_ONLY=true INVITE_ONLY=true
@ -47,15 +50,15 @@ LOG_LEVEL=info
# change ALL the values: # change ALL the values:
# if `INVITE_ONLY` is true, what should be the secret code to sign up? # if `INVITE_ONLY` is true, what should be the secret code to sign up?
INVITE_KEY=123 # INVITE_KEY=123
# signup to mailgun.com and edit with your domain and API key # signup to mailgun.com and edit with your domain and API key
MAIL_DOMAIN=mgo.example.com # MAIL_DOMAIN=mgo.example.com
MAIL_KEY=xyz # MAIL_KEY=xyz
MAIL_FROM=admin@example.com # MAIL_FROM=admin@example.com
# error reporting # error reporting
SENTRY_DSN= # SENTRY_DSN=
# Store uploads in S3-compatible service # Store uploads in S3-compatible service
# UPLOADS_S3_BUCKET= # UPLOADS_S3_BUCKET=
@ -67,11 +70,11 @@ SENTRY_DSN=
# UPLOADS_S3_URL= # UPLOADS_S3_URL=
# Bonfire extensions configs: # Bonfire extensions configs:
WEB_PUSH_SUBJECT=mailto:admin@example.com # WEB_PUSH_SUBJECT=mailto:admin@example.com
WEB_PUSH_PUBLIC_KEY=xyz # WEB_PUSH_PUBLIC_KEY=xyz
WEB_PUSH_PRIVATE_KEY=abc # WEB_PUSH_PRIVATE_KEY=abc
GEOLOCATE_OPENCAGEDATA= # GEOLOCATE_OPENCAGEDATA=
GITHUB_TOKEN=xyz # GITHUB_TOKEN=xyz
# ==================================== # ====================================
# these secrets will be autogenerated/managed by abra and docker" # these secrets will be autogenerated/managed by abra and docker"