Files
yavsc/src/Api/appsettings.json
Paul Schneider 6cd5f1d041 Web Api found ...
2025-02-11 04:45:05 +00:00

11 lines
182 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}