Skip to content

Commit

Permalink
Remove localhost URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
piMoll committed Nov 22, 2024
1 parent a2552d0 commit caf3b43
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/static/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"searchServiceUrl": "http://localhost:8088/api/v2/search/",
"searchDataServiceUrl": "http://localhost:8088/api/v2/search/geom/",
"editServiceUrl": "http://localhost:8088/api/v1/data/",
"mapInfoService": "http://localhost:8088/api/v1/mapinfo/",
"permalinkServiceUrl": "http://localhost:8088/api/v1/permalink/",
"elevationServiceUrl": "http://localhost:8088/elevation/",
"featureReportService": "http://localhost:8088/api/v1/document/",
"authServiceUrl": "http://localhost:8088/api/v1/auth/",
"searchServiceUrl": "",
"searchDataServiceUrl": "",
"editServiceUrl": "",
"mapInfoService": "",
"permalinkServiceUrl": "",
"elevationServiceUrl": "",
"featureReportService": "",
"authServiceUrl": "",
"routingServiceUrl": "https://valhalla1.openstreetmap.de",
"urlPositionFormat": "centerAndZoom",
"urlPositionCrs": "",
Expand Down

0 comments on commit caf3b43

Please sign in to comment.