demarches-normaliennes/config/initializers/urls.rb

19 lines
741 B
Ruby
Raw Normal View History

# API URLs
2018-10-15 16:36:16 +02:00
API_ADRESSE_URL = "http://api-adresse.data.gouv.fr/search"
2018-05-22 17:38:33 +02:00
API_CARTO_URL = "https://apicarto.sgmap.fr"
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'
PIPEDRIVE_API_URL = 'https://api.pipedrive.com/v1'
2018-05-22 17:35:11 +02:00
2018-09-03 15:47:12 +02:00
# Internal URLs
FOG_BASE_URL = 'https://storage.apientreprise.fr'
# 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("#")
API_DOC_URL = [DOC_URL, "pour-aller-plus-loin", "api"].join("/")
2018-05-22 17:35:11 +02:00
FAQ_URL = "https://faq.demarches-simplifiees.fr"