diff options
Diffstat (limited to 'src/environments')
-rw-r--r-- | src/environments/environment.prod.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 72d0d29..ae20693 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -26,7 +26,6 @@ export const environment: Environment = { backendServerUrl: window.location.origin + '/api', hostname: window.location.hostname, production: true, - keycloakEditProfile: `${window.location.origin}/auth/realms/ONAP/account`, keycloak: { hostname: window["env"]["keycloak"]["hostname"] || `https://${window.location.host.replace('portal', 'keycloak')}`, realm: window["env"]["keycloak"]["realm"] || 'ONAP', |