obs-portal/frontend/config.dev.json

23 lines
545 B
JSON
Raw Normal View History

2021-02-20 18:31:18 +00:00
{
2021-11-14 22:42:02 +00:00
"apiUrl": "http://localhost:3000/api",
"loginUrl": "http://localhost:3000/login",
"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
},
2021-11-16 20:59:37 +00:00
"obsMapSource": {
"type": "vector",
"tiles": ["http://localhost:3000/tiles/{z}/{x}/{y}.pbf"],
"minzoom": 12,
"maxzoom": 14
}
2021-02-20 18:31:18 +00:00
}