Move CGU_URL to a new initializer
This commit is contained in:
parent
5530b3f4ee
commit
acc2ed5646
2 changed files with 1 additions and 2 deletions
1
config/initializers/constants.rb
Normal file
1
config/initializers/constants.rb
Normal file
|
@ -0,0 +1 @@
|
|||
CGU_URL = "https://demarches-simplifiees.gitbooks.io/demarches-simplifiees/content/conditions-generales-dutilisation.html"
|
|
@ -3,5 +3,3 @@ if Rails.env.production?
|
|||
else
|
||||
SIADEURL = 'https://staging.entreprise.api.gouv.fr'
|
||||
end
|
||||
|
||||
CGU_URL = "https://demarches-simplifiees.gitbooks.io/demarches-simplifiees/content/conditions-generales-dutilisation.html"
|
||||
|
|
Loading…
Reference in a new issue