NetCoreTemplate/APP_WEB/appsettings.json

10 lines
142 B
JSON
Raw Permalink Normal View History

2025-03-02 08:59:35 +03:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}