EchoTex_Payroll/HRM.UI/appsettings.Development.json

14 lines
413 B
JSON
Raw Normal View History

2024-10-14 10:01:49 +06:00
{
"ConnectionStrings": {
"DefaultConnection": "Server=37.61.216.162,2525;Database=CELHRM;User ID=ppicsysuser;Password=ppicsysuser;"
//"DefaultConnection": "Server=DESKTOP-5JNPE0U\\SQLEXPRESS;Database=CELHRM2;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}