Merge pull request #9667 from mfo/doc/env-var-bulk-email
doc(.env.optional): documente BULK_EMAIL_QUEUE
This commit is contained in:
commit
234c6e6248
1 changed files with 3 additions and 0 deletions
|
@ -236,4 +236,7 @@ DS_LOG_LEVEL='info'
|
||||||
# Admins group usage (gestionnaire de groupes d'administrateurs)
|
# 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
|
# can be removed if needed when EVERY PARTS of the feature will be merged / only used in routes.rb
|
||||||
ADMINS_GROUP_ENABLED="disabled"
|
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"
|
BULK_EMAIL_QUEUE="low_priority"
|
||||||
|
|
Loading…
Add table
Reference in a new issue