CEL_Payroll/Payroll.NotifProcessInterface/App.config

66 lines
4.9 KiB
Plaintext
Raw Permalink Normal View History

2024-09-17 14:30:13 +06:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="dbSettings" type="Ease.CoreV35.DataAccess.DbConfig, Ease.CoreV35"/>
<section name="cacheConfiguration" type="Ease.CoreV35.Caching.CacheConfig, Ease.CoreV35"/>
<section name="customizedMessaging" type="Ease.CoreV35.Messageing.MessageConfig, Ease.CoreV35"/>
<section name="InformationForReportTool" type="Ease.SearchTools.Objects.InformationForReportToolConfigHandler, Ease.SearchTools.Objects"/>
</configSections>
<dbSettings>
<!--<connection name="conn" provider="sql" connectionString="server=CEL38;Database=Citi_Test;integrated security=yes" sqlSyntax="SQL" />-->
<!--<connection name="conn" provider="sql" connectionString="server=100.100.100.38,1433;Database=Citi_Test;integrated security=yes" sqlSyntax="SQL" />-->
<!--<connection name="conn" provider="sql" connectionString="server=CEL60;Database=citina;User ID=citinauser;password=46041F46280F4D494E63" sqlSyntax="SQL" />-->
<connection name="conn" provider="sql" connectionString="server=CEL60;Database=Citi_NA_qc;integrated security=yes;" sqlSyntax="SQL"/>
<!--<connection name="conn" provider="sql" connectionString="server=CEL60;Database=citina;integrated security=yes;" sqlSyntax="SQL" />-->
</dbSettings>
<appSettings>
<add key="serviceHandler" value="Payroll.Service.dll/conn"/>
<add key="reportServiceHandler" value="mode=Local;assembly=Ease.SearchTools.Services"/>
<add key="exceptionHandler" value="mode=File; source=Log; max FileSize=5; maxFiles=10"/>
<add key="GratuityParam" value="Grade"/>
<add key="GratuityParam" value="Grade"/>
<!--<add key="FSSLeaveOnlyBasic" value="no"/>-->
<add key="EERS" value="123456"/>
<add key="SendMethod" value="SMTP"/>
<add key="EmailServer" value="mail.celimited.com"/>
<add key="FromAddress" value="hassan@celimited.com"/>
<add key="UserID" value="hassan@celimited.com"/>
<add key="Password" value="480D0D5D320503585C705159"/>
<add key="PortNumber" value="25"/>
<add key="EnableSSL" value="NO"/>
<add key="handleAuditTrail" value="No"/>
<add key="reportServiceHandler" value="mode=Local;assembly=Ease.SearchTools.Services"/>
<add key="connectionHandler" value="Data Source=CEL60;database=citina;integrated security=yes~Ease.Core.DataAccess.SQL.SqlFactory, Ease.Core, Version=1.0.0, Culture=neutral, PublicKeyToken=null~Ease.Core.DataAccess.SQL.SqlHelper, Ease.Core, Version=1.0.0, Culture=neutral, PublicKeyToken=null"/>
<add key="reportConnectionHandler" value="Data Source=CEL60;database=citina;integrated security=yes~Ease.Core.DataAccess.SQL.SqlFactory, Ease.Core, Version=1.0.0, Culture=neutral, PublicKeyToken=null~Ease.Core.DataAccess.SQL.SqlHelper, Ease.Core, Version=1.0.0, Culture=neutral, PublicKeyToken=null"/>
<add key="reportConnectionHandler1" value="Data Source=CEL60;database=citina;integrated security=yes~Ease.Core.DataAccess.SQL.SqlFactory, Ease.Core, Version=1.0.0, Culture=neutral, PublicKeyToken=null~Ease.Core.DataAccess.SQL.SqlHelper, Ease.Core, Version=1.0.0, Culture=neutral, PublicKeyToken=null"/>
<add key="dataBaseType" value="SQL"/>
<add key="conn" value="Data Source=CEL60;Database=Citi_NA_qc;integrated security=yes"/>
<add key="ClientSettingsProvider.ServiceUri" value=""/>
</appSettings>
<cacheConfiguration cacheClearInterval="3600">
</cacheConfiguration>
<customizedMessaging>
<relation relating="Users" related="Users;CreatedBy" message="Cannot delete user because this user is owner of other user(s)."/>
</customizedMessaging>
<InformationForReportTool>
<InformationForReportToolInfo property="CompanyName" value="Citi Group"/>
<InformationForReportToolInfo property="Address" value="House 50, Road 2A, Dhanmondi, Dhaka - 1209"/>
<InformationForReportToolInfo property="Fax" value="8016778-80"/>
<InformationForReportToolInfo property="Phone" value="8016778"/>
<InformationForReportToolInfo property="Web" value="www.noavrtis.com.bd"/>
<InformationForReportToolInfo property="Email" value="df_2007@db.com"/>
</InformationForReportTool>
<system.web>
<membership defaultProvider="ClientAuthenticationMembershipProvider">
<providers>
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri=""/>
</providers>
</membership>
<roleManager defaultProvider="ClientRoleProvider" enabled="true">
<providers>
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400"/>
</providers>
</roleManager>
</system.web>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>