5 lines
134 B
Ruby
5 lines
134 B
Ruby
if Rails.env.production?
|
|
SIADEURL = 'https://entreprise.api.gouv.fr'
|
|
else
|
|
SIADEURL = 'https://staging.entreprise.api.gouv.fr'
|
|
end
|