EchoTex_Payroll/HRM.AttendanceAutoProcess/appsettings.json
2024-10-14 10:01:49 +06:00

68 lines
2.7 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AppSettings": {
"DefaultDB": "spadb3",
"AttendanceDataLocation": "C:\\Local\\",
"AttendanceDataPassword": "1235",
"AttendanceCollectionType": 5,
"Secret": "Computer ease limited, dhaka, bangladesh",
"downloadFolder": "D:\\Local\\ionic\\Ease.ERP.Api\\Ease.ERP.Api\\DownloadedFiles",
"API": {
"Title": "FSIE API",
"Description": "REST API"
},
"Swagger": {
"Enabled": true
},
"DbConfig": [
{
"ConnectionNode": {
"ConnectionString": "server=CEL70;Database=EFT;User ID=sa;Password=;",
"Key": "spadb",
"Provider": "sql",
"SqlSyntax": "SQL"
}
}
]
},
"dbSettings": {
//"Default": "provider=sql;sqlSyntax=SQL;server=37.61.216.162,2525;Database=BProperty_PreLive;User Id=HRPayroll;Password=HRPayroll1@3;TrustServerCertificate=True;",
"Default": "provider=sql;sqlSyntax=SQL;server=52.214.12.220,2425;Database=BProperty_Live;User Id=BPropertyUser;Password=BPropertyUser1@3;TrustServerCertificate=True;",
//"Default": "provider=sql;sqlSyntax=SQL;server=151.106.6.106,5754;Database=sanofihr;User Id=HRPayroll;Password=HRPayroll;TrustServerCertificate=True;",
//"Default": "provider=sql;sqlSyntax=SQL;server=37.61.216.162,2525;Database=Sanofi_Uat;User Id=HRPayroll;Password=HRPayroll1@3;TrustServerCertificate=True;",
//"Default": "provider=sql;sqlSyntax=SQL;server=37.61.216.162,2525;Database=hrmcore;User Id=HRPayroll;Password=HRPayroll1@3;TrustServerCertificate=True;",
"SqlCommandConnection": "Data Source=37.61.216.162,2525;Initial Catalog=Sanofi_Uat;Persist Security Info=True; User ID=HRPayroll;Password=HRPayroll1@3;TrustServerCertificate=True;", // Development
"Con2": "provider=sql;sqlSyntax=SQL;server=37.61.216.162,2525;Database=Sanofi_Uat;User Id=ppicsysuser;Password=ppicsysuser",
"ConnAttendance": "provider=sql;sqlSyntax=SQL;server=cel60;Database=GT_PR_UAT;User ID=sa;Password=",
"Conn3": "provider=sql;sqlSyntax=SQL;server=cel60;Database=GT_PR_UAT;User ID=sa;Password="
},
"EmailSettings": {
"WebAddress": "https://celclouds.com/synoviahr/",
// live
//"WebAddress": "http://37.61.216.162/sanofi/", // UAT
"SendMethod": "SMTP",
"EmailServer": "celimited.com",
"FromAddress": "noreply@payrollservice.com",
"UserID": "automailer@celimited.com",
"Password": "4C04195A2E090C000226175D6E724058",
"PortNumber": "587",
"EnableSSL": "No",
"SingleSignOn": "NO",
"LDAP": "CEL14"
},
"EmployeeApiInfo": {
"UserId": "sanofi",
"Password": "x"
},
"RDLCLocation": "",
"AllowedHosts": "*",
"AttendanceAutoProcess": {
"PayrollTypeForAutoAttendanceProcess": 1,
"NumberOfDaysToProcess": 1
}
}