Toolhub / appsettings.json
unifare
Initial commit: ToolHub ASP.NET Core app
5fc700d
raw
history blame contribute delete
142 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}