remove dead code
This commit is contained in:
parent
6222a3b797
commit
5c06430042
2 changed files with 0 additions and 4 deletions
|
@ -43,8 +43,6 @@ DS_ENV="staging"
|
||||||
|
|
||||||
# Instance customization: support emails addresses and phone
|
# Instance customization: support emails addresses and phone
|
||||||
# CONTACT_EMAIL=""
|
# CONTACT_EMAIL=""
|
||||||
# EQUIPE_EMAIL=""
|
|
||||||
# TECH_EMAIL=""
|
|
||||||
# NO_REPLY_EMAIL=""
|
# NO_REPLY_EMAIL=""
|
||||||
# OLD_CONTACT_EMAIL=""
|
# OLD_CONTACT_EMAIL=""
|
||||||
# CONTACT_PHONE=""
|
# CONTACT_PHONE=""
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
# todo: will be externally configurable
|
# todo: will be externally configurable
|
||||||
if !defined?(CONTACT_EMAIL)
|
if !defined?(CONTACT_EMAIL)
|
||||||
CONTACT_EMAIL = ENV.fetch("CONTACT_EMAIL", "contact@demarches-simplifiees.fr")
|
CONTACT_EMAIL = ENV.fetch("CONTACT_EMAIL", "contact@demarches-simplifiees.fr")
|
||||||
EQUIPE_EMAIL = ENV.fetch("EQUIPE_EMAIL", "equipe@demarches-simplifiees.fr")
|
|
||||||
TECH_EMAIL = ENV.fetch("TECH_EMAIL", "tech@demarches-simplifiees.fr")
|
|
||||||
NO_REPLY_EMAIL = ENV.fetch("NO_REPLY_EMAIL", "Ne pas répondre <ne-pas-repondre@demarches-simplifiees.fr>")
|
NO_REPLY_EMAIL = ENV.fetch("NO_REPLY_EMAIL", "Ne pas répondre <ne-pas-repondre@demarches-simplifiees.fr>")
|
||||||
CONTACT_PHONE = ENV.fetch("CONTACT_PHONE", "01 76 42 02 87")
|
CONTACT_PHONE = ENV.fetch("CONTACT_PHONE", "01 76 42 02 87")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue