|
|
|
|
@ -4,17 +4,18 @@ class URLs {
|
|
|
|
|
static const String appReleaseBuildNumber = "48";
|
|
|
|
|
|
|
|
|
|
// static const host1 = "https://atomsm.hmg.com"; // production url
|
|
|
|
|
// static const host1 = "https://atomsmdev.hmg.com"; // local DEV url
|
|
|
|
|
static const host1 = "https://atomsmuat.hmg.com"; // local UAT url
|
|
|
|
|
static const host1 = "https://atomsmdev.hmg.com"; // local DEV url
|
|
|
|
|
// static const host1 = "https://atomsmuat.hmg.com"; // local UAT url
|
|
|
|
|
|
|
|
|
|
// static final String _baseUrl = "$_host/mobile"; // host local UAT
|
|
|
|
|
static final String _baseUrl = "$_host/v2/mobile"; // new V2 apis
|
|
|
|
|
static final String _baseUrl = "$_host/mobile"; // host local UAT
|
|
|
|
|
// static final String _baseUrl = "$_host/v2/mobile"; // new V2 apis
|
|
|
|
|
// static final String _baseUrl = "$_host/v3/mobile"; // v3 for production CM,PM,TM
|
|
|
|
|
// static final String _baseUrl = "$_host/v4/mobile"; // v4 for Demo module
|
|
|
|
|
// static final String _baseUrl = "$_host/v5/mobile"; // v5 for data segregation
|
|
|
|
|
// static final String _baseUrl = "$_host/v6/mobile"; // for asset delivery module
|
|
|
|
|
|
|
|
|
|
static const String chatHubUrl = "https://apiderichat.hmg.com/chathub";
|
|
|
|
|
// static const String chatHubUrl = "https://atomsmdev.hmg.com/chathub/api/DeriChat";
|
|
|
|
|
static const String chatHubUrl = "$host1/api/DeriChat";
|
|
|
|
|
|
|
|
|
|
static const String chatHubUrlApi = "$chatHubUrl/api"; // new V2 apis
|
|
|
|
|
static const String chatHubUrlChat = "$chatHubUrl/hubs/chat"; // new V2 apis
|
|
|
|
|
|