diff --git a/demo-shell-ng2/app/app.component.ts b/demo-shell-ng2/app/app.component.ts index d8d559d4b2..f39e2c25cf 100644 --- a/demo-shell-ng2/app/app.component.ts +++ b/demo-shell-ng2/app/app.component.ts @@ -60,7 +60,7 @@ export class AppComponent { public router: Router, translate: AlfrescoTranslationService, alfrescoSettingsService: AlfrescoSettingsService) { - alfrescoSettingsService.host = 'http://192.168.99.100:8080'; + alfrescoSettingsService.host = 'http://localhost:8080'; this.translate = translate; this.translate.addTranslationFolder();