elsa-core/src/bundles/Elsa.WorkflowServer.Web/appsettings.json

11 lines
192 B
JSON
Raw Normal View History

2022-04-29 12:40:25 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
2022-06-20 18:27:47 +00:00
"Microsoft.EntityFrameworkCore": "Warning",
2022-04-29 12:40:25 +00:00
"Microsoft.AspNetCore": "Warning"
}
},
2022-08-26 19:59:17 +00:00
"AllowedHosts": "*"
2022-04-29 12:40:25 +00:00
}