From caf3b43d988d34c0df37978cc108662316b35349 Mon Sep 17 00:00:00 2001 From: Pi Moll Date: Fri, 22 Nov 2024 09:39:42 +0100 Subject: [PATCH] Remove localhost URLs --- app/static/config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/static/config.json b/app/static/config.json index 5bf2f7f..ac25bf4 100644 --- a/app/static/config.json +++ b/app/static/config.json @@ -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": "",