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

9 lines
157 B
Text
Raw Normal View History

2021-02-28 20:29:47 +01:00
{
"auth": {
"server": "https://api.example.com",
"clientId": "CHANGEME",
"scope": "*",
"redirectUri": "https://example.com/redirect"
}
}