obs-portal/frontend/config.dev.json
2021-11-22 09:50:33 +01:00

17 lines
406 B
JSON

{
"apiUrl": "http://localhost:3000",
"imprintUrl": "https://example.com/imprint",
"privacyPolicyUrl": "https://example.com/privacy",
"mapTileset": {
"url": "https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png",
"minZoom": 0,
"maxZoom": 18
},
"mapHome": {
"zoom": 15,
"longitude": 7.8302,
"latitude": 47.9755
},
"obsMapSource": "http://localhost:3002/data/v3.json"
}