13 lines
550 B
Ruby
13 lines
550 B
Ruby
# API URLs
|
|
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'
|
|
|
|
# External services URLs
|
|
DOC_URL = "https://doc.demarches-simplifiees.fr"
|
|
LISTE_DES_DEMARCHES_URL = [DOC_URL, "listes-des-demarches"].join("/")
|
|
CGU_URL = [DOC_URL, "cgu"].join("/")
|
|
MENTIONS_LEGALES_URL = [CGU_URL, "4-mentions-legales"].join("#")
|
|
FAQ_URL = "https://faq.demarches-simplifiees.fr"
|