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