obs-portal/frontend/config.example.json

18 lines
480 B
JSON
Raw Normal View History

2021-02-28 20:29:47 +01:00
{
"apiUrl": "https://portal.example.com/api",
2021-11-14 23:42:02 +01:00
"loginUrl": "https://portal.example.com/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 11:13:03 +02:00
},
"mapHome": {
"zoom": 15,
"longitude": 9.1797,
"latitude": 48.7784
},
2021-11-14 23:42:02 +01:00
"obsMapSource": "http://portal.example.com/tileserver/data/v3.json"
2021-02-28 20:29:47 +01:00
}