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:
gluap 2021-10-19 21:53:06 +02:00 committed by Paul Bienkowski
parent 9e6ee5deba
commit 2996ec35c3

View file

@ -1,7 +1,7 @@
{
"apiUrl": "https://api.example.com",
"apiUrl": "https://portal.example.com/api",
"auth": {
"server": "https://api.example.com",
"server": "https://portal.example.com/api",
"clientId": "CHANGEME",
"scope": "*",
"redirectUri": "https://example.com/redirect"