tps.apientreprise.fr -> demarches-simplifiees.fr

This commit is contained in:
gregoirenovel 2018-02-28 17:37:44 +01:00 committed by Mathieu Magnin
parent fbe431f8dd
commit 0af270faa0
15 changed files with 21 additions and 18 deletions

View file

@ -28,9 +28,9 @@ module TPS
config.assets.precompile += %w(.woff)
if Rails.env.production?
URL = "https://tps.apientreprise.fr/"
URL = "https://www.demarches-simplifiees.fr/"
elsif Rails.env.staging?
URL = "https://tps-dev.apientreprise.fr/"
URL = "https://dev.demarches-simplifiees.fr/"
else
URL = "http://localhost:3000/"
end