elsa-core/src/bundles/Elsa.WorkflowServer.Web/appsettings.json
2022-08-27 21:58:22 +02:00

11 lines
184 B
JSON

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