obs-portal/frontend/src/config.json

9 lines
152 B
JSON
Raw Normal View History

2021-02-20 18:31:18 +00:00
{
"auth": {
"server": "http://localhost:3000",
2021-02-20 18:31:18 +00:00
"clientId": "123",
"scope": "*",
"redirectUri": "http://localhost:3001/redirect"
}
}