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