Files
canvasManagement/Management.Web/appsettings.json
2023-01-03 18:36:40 -07:00

10 lines
151 B
JSON

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