demarches-normaliennes/config/initializers/urls.rb

5 lines
125 B
Ruby
Raw Normal View History

if Rails.env.production?
SIADEURL = 'https://api.apientreprise.fr'
else
SIADEURL = 'https://api-dev.apientreprise.fr'
end