Files
SmartReports/CertReports.Syncfusion/appsettings.Development.json

19 lines
415 B
JSON

{
"ConnectionStrings": {
"CertDb": "Data Source=26.69.45.60;Database=FirstSolutionDB;User Id=sa;Password=Skyline72;TrustServerCertificate=True;"
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Information",
"System": "Warning",
"Microsoft.AspNetCore": "Warning"
}
}
},
"ReportSettings": {
"CacheMinutes": 1
}
}