remove unused application_shortname
This commit is contained in:
parent
72a2b764dc
commit
d99f489fd6
2 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
# Application name, for display and generating links
|
||||
APPLICATION_NAME="demarches-simplifiees.fr"
|
||||
APPLICATION_SHORTNAME="d-s.fr"
|
||||
APPLICATION_BASE_URL="https://www.demarches-simplifiees.fr"
|
||||
|
||||
# When migrating app to a new domain, configure APP_HOST to the new domain
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
# initializers, and thus make the APPLICATION_ constants available in
|
||||
# the other initializers.
|
||||
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")
|
||||
|
|
Loading…
Add table
Reference in a new issue