5 lines
344 B
Ruby
5 lines
344 B
Ruby
# 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.
|
|
APPLICATION_NAME = ENV.fetch("APPLICATION_NAME", "demarches-simplifiees.fr")
|
|
APPLICATION_BASE_URL = ENV.fetch("APPLICATION_BASE_URL", "https://www.demarches-simplifiees.fr")
|