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"
|
2021-05-09 15:38:09 +02:00
|
|
|
},
|
|
|
|
"imprintUrl": "https://example.com/imprint",
|
|
|
|
"privacyPolicyUrl": "https://example.com/privacy"
|
2021-02-28 20:29:47 +01:00
|
|
|
}
|