obs-portal/frontend/config.dev.json

17 lines
406 B
JSON
Raw Normal View History

2021-02-20 18:31:18 +00:00
{
2021-11-04 17:13:24 +00:00
"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
2021-09-12 09:13:03 +00:00
},
"mapHome": {
"zoom": 15,
"longitude": 7.8302,
"latitude": 47.9755
},
"obsMapSource": "http://localhost:3002/data/v3.json"
2021-02-20 18:31:18 +00:00
}