chore: initial commit - baseline before redesign
This commit is contained in:
18
CertReports.Syncfusion/appsettings.Development.json
Normal file
18
CertReports.Syncfusion/appsettings.Development.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user