diff --git a/frontend/config.example.json b/frontend/config.example.json index 2d904aa..4063eef 100644 --- a/frontend/config.example.json +++ b/frontend/config.example.json @@ -4,7 +4,7 @@ "server": "https://portal.example.com/api", "clientId": "CHANGEME", "scope": "*", - "redirectUri": "https://example.com/redirect" + "redirectUri": "https://portal.example.com/redirect" }, "imprintUrl": "https://example.com/imprint", "privacyPolicyUrl": "https://example.com/privacy",