demarches-normaliennes/config/initializers/urls.rb
2018-03-19 11:39:46 +01:00

5 lines
160 B
Ruby

if Rails.env.production?
API_ENTREPRISE_URL = 'https://entreprise.api.gouv.fr/v2'
else
API_ENTREPRISE_URL = 'https://staging.entreprise.api.gouv.fr/v2'
end