demarches-normaliennes/config/initializers/urls.rb
2017-04-04 16:59:38 +02:00

5 lines
126 B
Ruby

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