2016-09-01 12:09:44 +02:00
|
|
|
if Rails.env.production?
|
2018-03-15 14:20:26 +01:00
|
|
|
SIADEURL = 'https://entreprise.api.gouv.fr/v2'
|
2016-09-01 12:09:44 +02:00
|
|
|
else
|
2018-03-15 14:20:26 +01:00
|
|
|
SIADEURL = 'https://staging.entreprise.api.gouv.fr/v2'
|
2017-04-04 15:27:04 +02:00
|
|
|
end
|