2021-02-24 15:06:33 +01:00
|
|
|
# This file is named '01-application-name.rb' to load it before the other
|
|
|
|
# initializers, and thus make the APPLICATION_ constants available in
|
|
|
|
# the other initializers.
|
2020-07-22 09:05:13 +02:00
|
|
|
APPLICATION_NAME = ENV.fetch("APPLICATION_NAME", "demarches-simplifiees.fr")
|
|
|
|
APPLICATION_SHORTNAME = ENV.fetch("APPLICATION_SHORTNAME", "d-s.fr")
|
|
|
|
APPLICATION_BASE_URL = ENV.fetch("APPLICATION_BASE_URL", "https://www.demarches-simplifiees.fr")
|