Adding wfd config, endpoint to get state

This commit is contained in:
Kinesin Data Technologies Incorporated
2022-10-06 15:32:05 -03:00
parent eb590c848e
commit f5ca3315f0
3 changed files with 46 additions and 14 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"server": {
"ip": "127.0.0.1",
"port": 2503
},
"storage": {
"type": "redis",
"url": "redis://localhost",
"prefix": "another"
},
"executor": {
"type": "local",
"workers": 10
}
}