|
|
|
|
@ -22,22 +22,9 @@ export class ConnectorService {
|
|
|
|
|
};
|
|
|
|
|
public static retryTimes = 0;
|
|
|
|
|
public static timeOut = 120 * 1000;
|
|
|
|
|
// public static host = 'http://10.50.100.113:6060/'; // development service
|
|
|
|
|
|
|
|
|
|
// public static host = 'https://uat.hmgwebservices.com/';
|
|
|
|
|
public static host = 'https://hmgwebservices.com/';
|
|
|
|
|
// public static host = 'http://10.50.100.198:6060/';
|
|
|
|
|
// public static host = 'http://10.50.100.113:6060/'; // development service
|
|
|
|
|
/* public static host = 'http://10.50.100.198:6060/';
|
|
|
|
|
public static host = 'http://10.50.100.198:6060/'; // development service
|
|
|
|
|
public static host = 'http://10.50.100.198:4040/'; // UAT service
|
|
|
|
|
public static host = 'http://10.50.100.198:4444/'; // production service
|
|
|
|
|
public static host = 'http://10.50.100.113:4040/'; // UAT service
|
|
|
|
|
public static host = 'http://10.50.100.113:4444/'; // production service
|
|
|
|
|
*/
|
|
|
|
|
/*
|
|
|
|
|
end of connection configuration
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
constructor(public httpClient: HttpClient, public cs: CommonService) {}
|
|
|
|
|
|
|
|
|
|
|