quotes-net / appsettings.json
Florin Bobiș
Initial commit
d9836ef
raw
history blame
No virus
151 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}