mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
make default 127.0.0.1 in demoshell
This commit is contained in:
parent
e17604e47d
commit
1ac64c5bc7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user