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

10 lines
196 B
Plaintext
Raw Normal View History

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