2018-08-27 16:12:57 +02:00
|
|
|
# API URLs
|
2018-05-22 17:38:33 +02:00
|
|
|
API_CARTO_URL = "https://apicarto.sgmap.fr"
|
2018-08-27 16:12:34 +02:00
|
|
|
API_ENTREPRISE_URL = "https://entreprise.api.gouv.fr/v2"
|
2018-05-22 19:01:04 +02:00
|
|
|
API_GEO_URL = "https://geo.api.gouv.fr"
|
2018-08-29 11:41:33 +02:00
|
|
|
HELPSCOUT_API_URL = 'https://api.helpscout.net/v2'
|
2018-03-28 14:42:01 +02:00
|
|
|
PIPEDRIVE_API_URL = 'https://api.pipedrive.com/v1'
|
2018-05-22 17:35:11 +02:00
|
|
|
|
2018-08-27 16:12:57 +02:00
|
|
|
# External services URLs
|
2018-05-22 17:35:11 +02:00
|
|
|
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"
|