|
|
|
|
@ -9,9 +9,10 @@ class ApiConsts {
|
|
|
|
|
// static String baseUrl = "https://webservices.hmg.com"; // PreProd
|
|
|
|
|
// static String baseUrl = "https://hmgwebservices.com"; // Live server
|
|
|
|
|
|
|
|
|
|
// static String baseUrl = "https://mohemm.hmg.com"; // New Live server
|
|
|
|
|
static String baseUrl = "https://mohemm.hmg.com"; // New Live server
|
|
|
|
|
static String ssoBaseUrl = "https://sso.hmg.com"; // New Live server
|
|
|
|
|
//
|
|
|
|
|
static String baseUrl = "https://uat.hmgwebservices.com"; // UAT ser343622ver
|
|
|
|
|
// static String baseUrl = "https://uat.hmgwebservices.com"; // UAT ser343622ver
|
|
|
|
|
// static String baseUrl = "http://10.20.200.111:1010/";
|
|
|
|
|
|
|
|
|
|
// static String baseUrl = "https://webservices.hmg.com"; // PreProd
|
|
|
|
|
@ -27,7 +28,8 @@ class ApiConsts {
|
|
|
|
|
static String user = baseUrlServices + "api/User/";
|
|
|
|
|
static String cocRest = baseUrlServices + "COCWS.svc/REST/";
|
|
|
|
|
|
|
|
|
|
static String ssoAuthRedirection = "https://sso-uat.hmg.com/api/auth/connect";
|
|
|
|
|
// static String ssoAuthRedirection = "https://sso-uat.hmg.com/api/auth/connect";
|
|
|
|
|
static String ssoAuthRedirection = ssoBaseUrl + "/api/auth/connect";
|
|
|
|
|
|
|
|
|
|
//Chat
|
|
|
|
|
static String chatServerBaseUrl = "https://apiderichat.hmg.com/";
|
|
|
|
|
|