blazor-mcp / appsettings.json
Loresayer's picture
Preliminary copying into HF Docker Space of ''hello world'' Blazor web client
79f7e9a
raw
history blame contribute delete
142 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}