adapt endpoint to new scheme
to be consistent with traefik endpoint and the new scheme we should use `/api` here, too. @opatut mention as discussed
This commit is contained in:
parent
9e6ee5deba
commit
2996ec35c3
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"apiUrl": "https://api.example.com",
|
"apiUrl": "https://portal.example.com/api",
|
||||||
"auth": {
|
"auth": {
|
||||||
"server": "https://api.example.com",
|
"server": "https://portal.example.com/api",
|
||||||
"clientId": "CHANGEME",
|
"clientId": "CHANGEME",
|
||||||
"scope": "*",
|
"scope": "*",
|
||||||
"redirectUri": "https://example.com/redirect"
|
"redirectUri": "https://example.com/redirect"
|
||||||
|
|
Loading…
Reference in a new issue