2021-02-28 19:29:47 +00:00
|
|
|
{
|
2021-10-19 19:53:06 +00:00
|
|
|
"apiUrl": "https://portal.example.com/api",
|
2021-02-28 19:29:47 +00:00
|
|
|
"auth": {
|
2021-10-19 19:53:06 +00:00
|
|
|
"server": "https://portal.example.com/api",
|
2021-02-28 19:29:47 +00:00
|
|
|
"clientId": "CHANGEME",
|
|
|
|
"scope": "*",
|
|
|
|
"redirectUri": "https://example.com/redirect"
|
2021-05-09 13:38:09 +00:00
|
|
|
},
|
|
|
|
"imprintUrl": "https://example.com/imprint",
|
2021-09-12 09:05:42 +00:00
|
|
|
"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": 9.1797,
|
|
|
|
"latitude": 48.7784
|
2021-09-12 09:05:42 +00:00
|
|
|
}
|
2021-02-28 19:29:47 +00:00
|
|
|
}
|