2016-09-01 12:09:44 +02:00
|
|
|
if Rails.env.production?
|
2017-12-11 15:31:45 +01:00
|
|
|
SIADEURL = 'https://entreprise.api.gouv.fr'
|
2016-09-01 12:09:44 +02:00
|
|
|
else
|
2017-12-11 15:31:45 +01:00
|
|
|
SIADEURL = 'https://staging.entreprise.api.gouv.fr'
|
2017-04-04 15:27:04 +02:00
|
|
|
end
|