|
|
|
@ -21,7 +21,7 @@ export class ConnectorService {
|
|
|
|
headers: new HttpHeaders({ 'Content-Type': 'application/json' })
|
|
|
|
headers: new HttpHeaders({ 'Content-Type': 'application/json' })
|
|
|
|
};
|
|
|
|
};
|
|
|
|
public static retryTimes = 0;
|
|
|
|
public static retryTimes = 0;
|
|
|
|
public static timeOut = 240 * 1000;
|
|
|
|
public static timeOut = 120 * 1000;
|
|
|
|
// public static host = 'http://10.50.100.113:6060/'; // development service
|
|
|
|
// public static host = 'http://10.50.100.113:6060/'; // development service
|
|
|
|
|
|
|
|
|
|
|
|
public static host = 'https://uat.hmgwebservices.com/';
|
|
|
|
public static host = 'https://uat.hmgwebservices.com/';
|
|
|
|
|