yavsc/src/Api/appsettings.json

10 lines
182 B
JSON
Raw Normal View History

2025-02-11 04:45:05 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}