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

12 lines
296 B
Text
Raw Normal View History

2021-02-28 20:29:47 +01:00
{
2021-02-28 22:21:38 +01:00
"apiUrl": "https://api.example.com",
2021-02-28 20:29:47 +01:00
"auth": {
"server": "https://api.example.com",
"clientId": "CHANGEME",
"scope": "*",
"redirectUri": "https://example.com/redirect"
},
"imprintUrl": "https://example.com/imprint",
"privacyPolicyUrl": "https://example.com/privacy"
2021-02-28 20:29:47 +01:00
}