14 lines
467 B
Ruby
14 lines
467 B
Ruby
API_CARTO_URL = "https://apicarto.sgmap.fr"
|
|
|
|
API_ENTREPRISE_URL = 'https://entreprise.api.gouv.fr/v2'
|
|
|
|
API_GEO_URL = "https://geo.api.gouv.fr"
|
|
|
|
PIPEDRIVE_API_URL = 'https://api.pipedrive.com/v1'
|
|
|
|
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"
|