bbb / appsettings.json
DannyChi's picture
Upload 90 files
abcfa27 verified
raw
history blame contribute delete
151 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}