Skip to content

Commit

Permalink
Merge pull request #121 from pelias/remove-mapzen-hosts
Browse files Browse the repository at this point in the history
Remove Mapzen services from default endpoints
  • Loading branch information
missinglink authored Dec 4, 2019
2 parents 3b6ad3e + d4032a4 commit c1f0238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
7 changes: 1 addition & 6 deletions test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit c1f0238

Please sign in to comment.