env(add): add ENV["MAINTENANCE_INSTRUCTEUR_EMAIL"] which will be used by our maintenance task to fix data, this email will be visible to users, in audit log etc...
This commit is contained in:
parent
ace2f4382f
commit
7a97ef656b
1 changed files with 5 additions and 0 deletions
|
@ -274,3 +274,8 @@ CRON_JOBS_DISABLED=""
|
|||
|
||||
# optional license key for lightgallery
|
||||
VITE_LIGHTGALLERY_LICENSE_KEY = ""
|
||||
|
||||
# Email used to find the Instructeur who fixes data on production.
|
||||
# This email will be visible to users whom dossier had been fixed by our maintenance_tasks
|
||||
# By default we use CONTACT_EMAIL, but you can customize it
|
||||
MAINTENANCE_INSTRUCTEUR_EMAIL=""
|
||||
|
|
Loading…
Reference in a new issue