make default 127.0.0.1 in demoshell

This commit is contained in:
Mario Romano 2016-08-04 19:47:14 +01:00
parent e17604e47d
commit 1ac64c5bc7

View File

@ -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,