hackernet/Apps/HackerNet.Web/appsettings.json
2021-12-13 11:42:11 +01:00

10 lines
151 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}