Skip to content

Commit

Permalink
Merge pull request demarches-simplifiees#9667 from mfo/doc/env-var-bu…
Browse files Browse the repository at this point in the history
…lk-email

doc(.env.optional): documente BULK_EMAIL_QUEUE
  • Loading branch information
colinux authored Nov 7, 2023
2 parents 87b0975 + 806d375 commit 234c6e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/env.example.optional
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 234c6e6

Please sign in to comment.