From 7a97ef656b3ce43ec78c091ae05542e0ac764a6b Mon Sep 17 00:00:00 2001 From: mfo Date: Fri, 6 Sep 2024 06:12:22 +0200 Subject: [PATCH] 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... --- config/env.example.optional | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/env.example.optional b/config/env.example.optional index ffad0f1cd..82e95ce84 100644 --- a/config/env.example.optional +++ b/config/env.example.optional @@ -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=""