mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
#878 change hosts login demo
This commit is contained in:
parent
5f5dcce892
commit
edc1699f49
@ -61,9 +61,9 @@ import { LoginModule } from 'ng2-alfresco-login';
|
|||||||
})
|
})
|
||||||
export class AppComponent {
|
export class AppComponent {
|
||||||
|
|
||||||
public ecmHost: string = 'http://devproducts-platform.alfresco.me/alfresco';
|
public ecmHost: string = 'http://localhost:8080';
|
||||||
|
|
||||||
public bpmHost: string = 'http://devproducts-platform.alfresco.me/activiti';
|
public bpmHost: string = 'http://localhost:9999'
|
||||||
|
|
||||||
public ticket: string;
|
public ticket: string;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user