obs-portal/frontend/src/config.json.example

17 lines
421 B
Text
Raw Normal View History

2021-02-28 20:29:47 +01:00
{
2021-02-28 22:21:38 +01:00
"apiUrl": "https://api.example.com",
2021-02-28 20:29:47 +01:00
"auth": {
"server": "https://api.example.com",
"clientId": "CHANGEME",
"scope": "*",
"redirectUri": "https://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-02-28 20:29:47 +01:00
}