2020-07-23 16:01:15 +02:00
|
|
|
# rubocop:disable DS/ApplicationName
|
|
|
|
# todo: will be externally configurable
|
2018-05-31 15:43:57 +02:00
|
|
|
if !defined?(CONTACT_EMAIL)
|
|
|
|
CONTACT_EMAIL = "contact@demarches-simplifiees.fr"
|
|
|
|
EQUIPE_EMAIL = "equipe@demarches-simplifiees.fr"
|
|
|
|
TECH_EMAIL = "tech@demarches-simplifiees.fr"
|
2019-09-10 13:29:06 +02:00
|
|
|
NO_REPLY_EMAIL = "Ne pas répondre <ne-pas-repondre@demarches-simplifiees.fr>"
|
2018-06-25 11:12:42 +02:00
|
|
|
CONTACT_PHONE = "01 76 42 02 87"
|
|
|
|
|
2018-05-31 15:43:57 +02:00
|
|
|
OLD_CONTACT_EMAIL = "contact@tps.apientreprise.fr"
|
|
|
|
end
|
2020-07-23 16:01:15 +02:00
|
|
|
# rubocop:enable DS/ApplicationName
|