mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
update demo address to public instance
This commit is contained in:
@@ -146,7 +146,7 @@ class DocumentListDemo implements OnInit {
|
|||||||
|
|
||||||
authenticated: boolean;
|
authenticated: boolean;
|
||||||
|
|
||||||
host: string = 'http://192.168.99.100:8080';
|
public host: string = 'http://devproducts-platform.alfresco.me';
|
||||||
|
|
||||||
token: string;
|
token: string;
|
||||||
|
|
||||||
|
@@ -37,7 +37,7 @@ import {
|
|||||||
})
|
})
|
||||||
export class AppComponent {
|
export class AppComponent {
|
||||||
|
|
||||||
public host: string = 'http://192.168.99.100:8080';
|
public host: string = 'http://devproducts-platform.alfresco.me';
|
||||||
|
|
||||||
public token: string;
|
public token: string;
|
||||||
|
|
||||||
|
@@ -60,7 +60,7 @@ class SearchDemo implements OnInit {
|
|||||||
|
|
||||||
public searchTerm: string = 'test';
|
public searchTerm: string = 'test';
|
||||||
|
|
||||||
host: string = 'http://192.168.99.100:8080';
|
public host: string = 'http://devproducts-platform.alfresco.me';
|
||||||
|
|
||||||
token: string;
|
token: string;
|
||||||
|
|
||||||
|
@@ -74,7 +74,7 @@ export class MyDemoApp implements OnInit {
|
|||||||
|
|
||||||
authenticated: boolean;
|
authenticated: boolean;
|
||||||
|
|
||||||
host: string = 'http://192.168.99.100:8080';
|
public host: string = 'http://devproducts-platform.alfresco.me';
|
||||||
|
|
||||||
token: string;
|
token: string;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user