12 lines
329 B
JSON
12 lines
329 B
JSON
{
|
|
"apiUrl": "https://api.example.com",
|
|
"auth": {
|
|
"server": "https://api.example.com",
|
|
"clientId": "!!!<<<CHANGEME>>>!!!",
|
|
"scope": "*",
|
|
"redirectUri": "https://portal.example.com/redirect"
|
|
},
|
|
"imprintUrl": "https://portal.example.com/imprint",
|
|
"privacyPolicyUrl": "https://portal.example.com/privacy"
|
|
}
|