Use double quotes in urls.rb

This commit is contained in:
gregoirenovel 2018-10-15 16:36:45 +02:00
parent bf63e7d6ab
commit 9156acb839

View file

@ -3,11 +3,11 @@ API_ADRESSE_URL = "https://api-adresse.data.gouv.fr/search"
API_CARTO_URL = "https://apicarto.sgmap.fr"
API_ENTREPRISE_URL = "https://entreprise.api.gouv.fr/v2"
API_GEO_URL = "https://geo.api.gouv.fr"
HELPSCOUT_API_URL = 'https://api.helpscout.net/v2'
PIPEDRIVE_API_URL = 'https://api.pipedrive.com/v1'
HELPSCOUT_API_URL = "https://api.helpscout.net/v2"
PIPEDRIVE_API_URL = "https://api.pipedrive.com/v1"
# Internal URLs
FOG_BASE_URL = 'https://storage.apientreprise.fr'
FOG_BASE_URL = "https://storage.apientreprise.fr"
# External services URLs
DOC_URL = "https://doc.demarches-simplifiees.fr"