SIADEURL -> API_ENTREPRISE_URL
This commit is contained in:
parent
658bd95f86
commit
57b42e24e5
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
if Rails.env.production?
|
||||
SIADEURL = 'https://entreprise.api.gouv.fr/v2'
|
||||
API_ENTREPRISE_URL = 'https://entreprise.api.gouv.fr/v2'
|
||||
else
|
||||
SIADEURL = 'https://staging.entreprise.api.gouv.fr/v2'
|
||||
API_ENTREPRISE_URL = 'https://staging.entreprise.api.gouv.fr/v2'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue