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:
mfo 2024-09-06 06:12:22 +02:00
parent ace2f4382f
commit 7a97ef656b
No known key found for this signature in database
GPG key ID: 7CE3E1F5B794A8EC

View file

@ -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=""