From d4032a4c648f00e8a5dd1363e5344d5baadcfe03 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Wed, 4 Dec 2019 13:49:52 -0500 Subject: [PATCH] feat(endpoints): Remove Mapzen services from default endpoints None of these URLs have worked in two years, and there's really no reason for them to be the default. Connects https://github.com/pelias/pelias/issues/703 --- config/defaults.json | 7 +------ test/expected-deep.json | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/config/defaults.json b/config/defaults.json index 13b6cea..e27d938 100644 --- a/config/defaults.json +++ b/config/defaults.json @@ -79,12 +79,7 @@ }, "acceptance-tests": { "endpoints": { - "local": "http://localhost:3100/v1/", - "dev-cached": "http://pelias.dev.mapzen.com.global.prod.fastly.net/v1/", - "dev": "http://pelias.dev.mapzen.com/v1/", - "prod": "http://search.mapzen.com/v1/", - "prod-uncached": "http://pelias.mapzen.com/v1/", - "prodbuild": "http://pelias.prodbuild.mapzen.com/v1/" + "local": "http://localhost:3100/v1/" } }, "imports": { diff --git a/test/expected-deep.json b/test/expected-deep.json index fe72903..6282bad 100644 --- a/test/expected-deep.json +++ b/test/expected-deep.json @@ -84,12 +84,7 @@ }, "acceptance-tests": { "endpoints": { - "local": "http://localhost:3100/v1/", - "dev-cached": "http://pelias.dev.mapzen.com.global.prod.fastly.net/v1/", - "dev": "http://pelias.dev.mapzen.com/v1/", - "prod": "http://search.mapzen.com/v1/", - "prod-uncached": "http://pelias.mapzen.com/v1/", - "prodbuild": "http://pelias.prodbuild.mapzen.com/v1/" + "local": "http://localhost:3100/v1/" } }, "imports": {