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

10 lines
222 B
JSON
Raw Normal View History

2021-02-20 19:31:18 +01:00
{
2021-02-28 22:21:38 +01:00
"apiUrl": "http://localhost:3001",
2021-02-20 19:31:18 +01:00
"auth": {
"server": "http://localhost:3000",
"clientId": "b730f8d2-d93c-4c68-9ff0-dfac8da76ee2",
2021-02-20 19:31:18 +01:00
"scope": "*",
"redirectUri": "http://localhost:3001/redirect"
}
}