From 1ac64c5bc71a05abbb3365b134919772e8b83268 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Thu, 4 Aug 2016 19:47:14 +0100 Subject: [PATCH] make default 127.0.0.1 in demoshell --- demo-shell-ng2/app/app.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,