yavsc/src/templateWeb/appsettings.json

9 lines
142 B
JSON
Raw Normal View History

2026-06-15 02:55:22 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}