add idlc config

This commit is contained in:
swarnajit 2026-06-30 12:51:14 +06:00
parent d19c3e69a7
commit bdc10040c6
6 changed files with 63 additions and 3 deletions

Binary file not shown.

View File

@ -0,0 +1,51 @@
{
"Version": 1,
"WorkspaceRootPath": "D:\\Mobail Gateway\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": -1,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{1c64b9c2-e352-428e-a56d-0ace190b99a6}"
},
{
"$type": "Bookmark",
"Name": "ST:1043313769:0:{83107a3e-496a-485e-b455-16ddb978e55e}"
},
{
"$type": "Bookmark",
"Name": "ST:130:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
},
{
"$type": "Bookmark",
"Name": "ST:131:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
},
{
"$type": "Bookmark",
"Name": "ST:132:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
},
{
"$type": "Bookmark",
"Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
},
{
"$type": "Bookmark",
"Name": "ST:133:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
}
]
}
]
}
]
}

View File

@ -0,0 +1,6 @@
{
"ExpandedNodes": [
""
],
"PreviewInSolutionExplorer": false
}

View File

@ -31,13 +31,16 @@ namespace cel.hrm.mobile.api.Controllers
case "celimited.com": case "celimited.com":
address = "https://celbd.com/celhrmmobiletest/api/Mobile/"; address = "https://celbd.com/celhrmmobiletest/api/Mobile/";
companyName = "CEL"; companyName = "CEL";
//address = "http://100.100.100.15:45456/api/Mobile/"; //address = "http://100.100.100.89:45457/api/Mobile/";
break;
case "idlc.com":
companyName = "IDLC";
address = "https://celbd.com/IDLC_UAT/api/Mobile/";
break; break;
case "shvenergybd.com": case "shvenergybd.com":
//address = "https://celclouds.com/petromax/api/Mobile/"; //address = "https://celclouds.com/petromax/api/Mobile/";
companyName = "Petromax"; companyName = "Petromax";
address = "http://100.100.100.19:45456/api/Mobile/"; address = "http://100.100.100.89:45457/api/Mobile/";
//address = "https://celbd.com/petromaxHRUAT/api/Mobile/"; //address = "https://celbd.com/petromaxHRUAT/api/Mobile/";
break; break;