obs-portal/frontend/config.dev.json

23 lines
588 B
JSON
Raw Normal View History

2021-02-20 18:31:18 +00:00
{
2021-02-28 21:21:38 +00:00
"apiUrl": "http://localhost:3001",
2021-02-20 18:31:18 +00:00
"auth": {
"server": "http://localhost:3000",
"clientId": "b730f8d2-d93c-4c68-9ff0-dfac8da76ee2",
2021-02-20 18:31:18 +00:00
"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
2021-09-12 09:13:03 +00:00
},
"mapHome": {
"zoom": 15,
"longitude": 7.8302,
"latitude": 47.9755
},
"obsMapSource": "http://localhost:3002/data/v3.json"
2021-02-20 18:31:18 +00:00
}