Feat: allow emails senders to be configured in .env file

Refs: #5408
This commit is contained in:
Fabrice Gangler 2020-07-15 16:53:22 +02:00
parent 7f22cc86a9
commit 1352cde321
2 changed files with 14 additions and 6 deletions

View file

@ -6,5 +6,13 @@ APPLICATION_NAME="demarches-simplifiees.fr"
APPLICATION_SHORTNAME="d-s.fr"
APPLICATION_BASE_URL="https://www.demarches-simplifiees.fr"
# Personnalisation d'instance - Adresses Email de l'application et téléphone
# CONTACT_EMAIL=""
# EQUIPE_EMAIL=""
# TECH_EMAIL=""
# NO_REPLY_EMAIL=""
# OLD_CONTACT_EMAIL=""
# CONTACT_PHONE=""
# Personnalisation d'instance - Page externe "Disponibilité" (status page)
# STATUS_PAGE_URL=""