elsa-core/samples/Sample07/appsettings.json
Sipke Schoorstra 69116727be
Fixed lifetime scope issues with Workflow Invoker and many other bugs (#70)
* Refactor workflow invoker to execute in finite scope

* Fix Timer Event and workflow instance concurrency issue
2019-09-18 22:14:52 +02:00

19 lines
320 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"Http": {
"BaseUrl": "http://localhost:3047"
},
"Smtp": {
"Host": "localhost",
"Port": "2525"
},
"BackgroundRunner": {
"SweepInterval": "PT01S"
}
}