AspNetCore.Docs/aspnetcore/migration/proper-to-2x/samples/appsettings-sample.json

15 lines
249 B
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"AppConfiguration": {
"UserName": "UserName",
"Password": "Password"
}
}