diff --git a/demo-shell-ng2/app/app.component.ts b/demo-shell-ng2/app/app.component.ts index 680da7d310..b8686f0f2e 100644 --- a/demo-shell-ng2/app/app.component.ts +++ b/demo-shell-ng2/app/app.component.ts @@ -41,8 +41,8 @@ export class AppComponent { translate: AlfrescoTranslationService; searchTerm: string = ''; - ecmHost: string = 'http://localhost:8080'; - bpmHost: string = 'http://localhost:9999'; + ecmHost: string = 'http://127.0.0.1:8080'; + bpmHost: string = 'http://127.0.0.1:9999'; constructor(public auth: AlfrescoAuthenticationService, public router: Router,