doc(.env.optional): documente BULK_EMAIL_QUEUE

This commit is contained in:
Martin 2023-11-03 09:28:36 +01:00 committed by mfo
parent baaf4e3517
commit 806d375ac5

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"