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

11 lines
184 B
JSON
Raw Normal View History

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