obs-portal/frontend/config.example.json

19 lines
447 B
JSON
Raw Normal View History

2021-02-28 19:29:47 +00:00
{
"apiUrl": "https://portal.example.com/api",
2021-11-14 22:42:02 +00:00
"loginUrl": "https://portal.example.com/login",
"imprintUrl": "https://example.com/imprint",
"privacyPolicyUrl": "https://example.com/privacy",
2021-11-27 21:44:03 +00:00
"basename": "/",
2021-09-12 09:13:03 +00:00
"mapHome": {
"zoom": 6,
"longitude": 10.2,
"latitude": 51.3
},
2021-11-16 20:59:37 +00:00
"obsMapSource": {
"type": "vector",
"tiles": ["https://portal.example.com/tiles/{z}/{x}/{y}.pbf"],
"minzoom": 0,
"maxzoom": 14
2021-11-16 20:59:37 +00:00
}
2021-02-28 19:29:47 +00:00
}