bps-rw/appsettings.Development.json

33 lines
717 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Information",
"Microsoft.AspNetCore.Hosting": "Debug",
"Microsoft.AspNetCore.Routing": "Debug",
"BpsRwApp": "Debug"
},
"Console": {
"IncludeScopes": true,
"TimestampFormat": "yyyy-MM-dd HH:mm:ss "
}
},
"Features": {
"EnableDetailedErrors": true,
"EnableCaching": false
},
"Security": {
"EnableHttps": false,
"EnableHsts": false,
"EnableCsp": false
},
"Statistics": {
"CacheExpirationMinutes": 1
},
"Development": {
"EnableSwagger": true,
"EnableOpenApi": true,
"DetailedExceptions": true,
"ShowSensitiveDataInLogs": false
}
}