obs-portal/frontend/config.dev.json

22 lines
532 B
JSON

{
"apiUrl": "http://localhost:3001",
"auth": {
"server": "http://localhost:3000",
"clientId": "b730f8d2-d93c-4c68-9ff0-dfac8da76ee2",
"scope": "*",
"redirectUri": "http://localhost:3001/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
},
"mapHome": {
"zoom": 15,
"longitude": 9.1797,
"latitude": 48.7784
}
}