Files
WinFormDiApp/WinFormDi/appsettings.json

27 lines
540 B
JSON

{
"ConnectionStrings": {
"DatabaseConnection": "Data Source=.\\Local.db"
},
"Logging": {
"Console": {
"LogLevel": {
"Default": "Information",
"Microsoft*": "Warning"
}
},
"Debug": {
"LogLevel": {
"Default": "Information",
"Microsoft*": "Warning"
}
},
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Warning",
"Microsoft*": "Warning"
}
},
"AllowedHosts": "*"
}