Skip to content

Commit

Permalink
Change Gruntfile.default.js endpoints for local environment
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Jan 24, 2020
1 parent bc2ebad commit faba3a7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Gruntfile.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,17 +265,16 @@ module.exports = function(grunt) {
constants: {
ENV: {
name: "local",
// change name_of_war_archive to the name of the ors backend war version you are using (e.g. openrouteservice-4.4.0)
geocode:
"http://localhost:8082/name_of_war_archive/geocode",
"http://localhost:8082/ors/geocode",
directions:
"http://localhost:8082/name_of_war_archive/routes",
"http://localhost:8082/ors/v2/directions",
isochrones:
"http://localhost:8082/name_of_war_archive/isochrones",
"http://localhost:8082/ors/isochrones",
matrix:
"http://localhost:8082/name_of_war_archive/matrix",
"http://localhost:8082/ors/matrix",
pois:
"http://localhost:8082/name_of_war_archive/locations",
"https://api.openrouteservice.org/pois",
shortenlink: "https://api-ssl.bitly.com/v3/shorten",
mapsurfer:
"https://api.openrouteservice.org/mapsurfer/{z}/{x}/{y}.png",
Expand Down

0 comments on commit faba3a7

Please sign in to comment.