Files
MinimalCloudlessAPI/appsettings.json
2024-10-09 20:06:25 -05:00

10 lines
151 B
JSON

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