Merge pull request #2953 from pengfeidong/fix_2858_env_api_geo
[fix #2858] env api geo
This commit is contained in:
commit
e710bb95f2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
API_ADRESSE_URL = "https://api-adresse.data.gouv.fr"
|
||||
API_CARTO_URL = "https://apicarto.sgmap.fr"
|
||||
API_ENTREPRISE_URL = "https://entreprise.api.gouv.fr/v2"
|
||||
API_GEO_URL = "https://geo.api.gouv.fr"
|
||||
API_GEO_URL = ENV.fetch("API_GEO_URL", "https://geo.api.gouv.fr")
|
||||
API_GEO_SANDBOX_URL = "https://sandbox.geo.api.gouv.fr"
|
||||
HELPSCOUT_API_URL = "https://api.helpscout.net/v2"
|
||||
PIPEDRIVE_API_URL = "https://api.pipedrive.com/v1"
|
||||
|
|
Loading…
Reference in a new issue