obs-portal/frontend/config.example.json

22 lines
527 B
JSON
Raw Normal View History

2021-02-28 19:29:47 +00:00
{
"apiUrl": "https://portal.example.com/api",
2021-02-28 19:29:47 +00:00
"auth": {
"server": "https://portal.example.com/api",
2021-02-28 19:29:47 +00:00
"clientId": "CHANGEME",
"scope": "*",
"redirectUri": "https://portal.example.com/redirect"
},
"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": 9.1797,
"latitude": 48.7784
}
2021-02-28 19:29:47 +00:00
}