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