Merge pull request #9667 from mfo/doc/env-var-bulk-email

doc(.env.optional): documente BULK_EMAIL_QUEUE
This commit is contained in:
Colin Darie 2023-11-07 11:51:42 +00:00 committed by GitHub
commit 234c6e6248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,4 +236,7 @@ DS_LOG_LEVEL='info'
# Admins group usage (gestionnaire de groupes d'administrateurs)
# can be removed if needed when EVERY PARTS of the feature will be merged / only used in routes.rb
ADMINS_GROUP_ENABLED="disabled"
# Do you want to isolate bulk email (notifications) from transactional ones (ex: reset password).
# BULK_EMAIL_QUEUE will host bulk email (notifications)
BULK_EMAIL_QUEUE="low_priority"