obs-portal/frontend/config.example.json

19 lines
448 B
JSON
Raw Permalink 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",
2021-11-27 22:44:03 +01:00
"basename": "/",
2021-09-12 11:13:03 +02:00
"mapHome": {
"zoom": 6,
"longitude": 10.2,
"latitude": 51.3
},
2021-11-16 21:59:37 +01:00
"obsMapSource": {
"type": "vector",
"tiles": ["https://portal.example.com/tiles/{z}/{x}/{y}.pbf"],
"minzoom": 12,
"maxzoom": 14
2021-11-16 21:59:37 +01:00
}
2021-02-28 20:29:47 +01:00
}