Api add for idlc2

This commit is contained in:
swarnajit 2026-09-10 12:48:57 +06:00
parent bdc10040c6
commit 680ffa01cd
5 changed files with 16 additions and 8 deletions

View File

@ -33,24 +33,25 @@ namespace cel.hrm.mobile.api.Controllers
companyName = "CEL";
//address = "http://100.100.100.89:45457/api/Mobile/";
break;
case "idlc.com":
case "idlc2.com":
companyName = "IDLC";
address = "https://celbd.com/IDLC_UAT/api/Mobile/";
address = "http://100.100.100.89:45456/api/Mobile/";
//address = "https://celbd.com/IDLCMobileTest/api/Mobile/";
break;
case "shvenergybd.com":
//address = "https://celclouds.com/petromax/api/Mobile/";
companyName = "Petromax";
address = "http://100.100.100.89:45457/api/Mobile/";
//address = "https://celbd.com/petromaxHRUAT/api/Mobile/";
//address = "http://100.100.100.89:45457/api/Mobile/";
address = "https://celbd.com/petromaxHRUAT/api/Mobile/";
break;
case "lifung.com":
case "lfsourcing.com":
case "neotangent.com":
case "lfmilesgroup.com":
//address = "https://celclouds.com/lifungbd/api/Mobile/";
address = "https://celclouds.com/lifungbd/api/Mobile/";
companyName = "LF";
address = "http://100.100.100.15:45457/api/Mobile/";
//address = "http://100.100.100.15:45457/api/Mobile/";
break;
case "hm.com":
@ -85,6 +86,13 @@ namespace cel.hrm.mobile.api.Controllers
//address = "http://100.100.100.19:45457/api/Mobile/";
break;
case "accl.group-qa.com":
address = "https://celbd.com/Autocrop/api/Mobile/";
//address = "https://celclouds.com/texebohrms/api/Mobile/";
companyName = "Autocrop";
//address = "http://100.100.100.19:45457/api/Mobile/";
break;
case "customdomain.com":
Console.WriteLine("This is a Custom Domain address.");
break;

View File

@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Project>
<PropertyGroup>
<_PublishTargetUrl>D:\mob api link</_PublishTargetUrl>
<History>True|2024-08-29T09:47:29.7935405Z;True|2024-08-28T12:17:07.3753533+06:00;True|2024-08-25T14:48:29.6318775+06:00;True|2024-08-25T12:29:37.1677516+06:00;True|2024-07-15T17:47:18.4638143+06:00;</History>
<History>True|2026-08-18T08:24:52.6684166Z;True|2026-07-06T11:15:51.9249038+06:00;True|2026-06-30T15:15:45.0382352+06:00;True|2026-06-30T15:15:34.9664428+06:00;True|2026-06-30T14:57:13.7094860+06:00;True|2026-06-30T14:57:01.7789575+06:00;True|2026-06-30T14:40:00.6184627+06:00;True|2026-06-30T12:51:33.1191123+06:00;True|2024-08-29T15:47:29.7935405+06:00;True|2024-08-28T12:17:07.3753533+06:00;True|2024-08-25T14:48:29.6318775+06:00;True|2024-08-25T12:29:37.1677516+06:00;True|2024-07-15T17:47:18.4638143+06:00;</History>
<LastFailureDetails />
</PropertyGroup>
</Project>

View File

@ -2,7 +2,7 @@
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ActiveDebugProfile>IIS Express</ActiveDebugProfile>
<NameOfLastUsedPublishProfile>D:\cel.hrm.mobile.api\Properties\PublishProfiles\FolderProfile2.pubxml</NameOfLastUsedPublishProfile>
<NameOfLastUsedPublishProfile>D:\Mobail Gateway\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>