|
|
|
@ -11,7 +11,6 @@ class ApiConsts {
|
|
|
|
|
|
|
|
|
|
|
|
// static String baseUrl = "https://mohemm.hmg.com"; // New Live server
|
|
|
|
// static String baseUrl = "https://mohemm.hmg.com"; // New Live server
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// static String baseUrl = "https://uat.hmgwebservices.com"; // UAT ser343622ver
|
|
|
|
|
|
|
|
// static String baseUrl = "http://10.20.200.111:1010/";
|
|
|
|
// static String baseUrl = "http://10.20.200.111:1010/";
|
|
|
|
|
|
|
|
|
|
|
|
// static String baseUrl = "https://webservices.hmg.com"; // PreProd
|
|
|
|
// static String baseUrl = "https://webservices.hmg.com"; // PreProd
|
|
|
|
@ -27,7 +26,8 @@ class ApiConsts {
|
|
|
|
static String user = baseUrlServices + "api/User/";
|
|
|
|
static String user = baseUrlServices + "api/User/";
|
|
|
|
static String cocRest = baseUrlServices + "COCWS.svc/REST/";
|
|
|
|
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"; // UAT
|
|
|
|
|
|
|
|
static String ssoAuthRedirection = "https://sso.hmg.com/api/auth/connect"; // Prod
|
|
|
|
|
|
|
|
|
|
|
|
//Chat
|
|
|
|
//Chat
|
|
|
|
static String chatServerBaseUrl = "https://apiderichat.hmg.com/";
|
|
|
|
static String chatServerBaseUrl = "https://apiderichat.hmg.com/";
|
|
|
|
|