Index: environments/production/environment.prod.ts =================================================================== diff -u -r8ab2981559c737951f82fbaa1a6d22aac7aa8491 -r48565e920be2b18e50b7f81d3a9b1a6519abdb70 --- environments/production/environment.prod.ts (.../environment.prod.ts) (revision 8ab2981559c737951f82fbaa1a6d22aac7aa8491) +++ environments/production/environment.prod.ts (.../environment.prod.ts) (revision 48565e920be2b18e50b7f81d3a9b1a6519abdb70) @@ -1,11 +1,11 @@ export const environment = { production: true, - api: 'http://192.168.0.178:3000', - ws: 'wss://192.168.0.178:3000', + api: 'http://:3000', + ws: 'wss://:3000', auth: { issuer: 'https://identity.moda-flx-connect.com/auth/realms/Main', - redirectUri: 'http://192.168.0.178:3000', - silentRefreshRedirectUri: 'http://192.168.0.178:3000/silent-refresh.html', + redirectUri: 'http://:3000', + silentRefreshRedirectUri: 'http://:3000/silent-refresh.html', clientId: 'frontend-client', requireHttps: false, scope: 'openid profile email offline_access',