diff --git a/frontend/config.example.json b/frontend/config.example.json index 9e1716e..2d904aa 100644 --- a/frontend/config.example.json +++ b/frontend/config.example.json @@ -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"