* Refactor workflow invoker to execute in finite scope * Fix Timer Event and workflow instance concurrency issue
19 lines
320 B
JSON
19 lines
320 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Http": {
|
|
"BaseUrl": "http://localhost:3047"
|
|
},
|
|
"Smtp": {
|
|
"Host": "localhost",
|
|
"Port": "2525"
|
|
},
|
|
"BackgroundRunner": {
|
|
"SweepInterval": "PT01S"
|
|
}
|
|
}
|