Adding wfd config, endpoint to get state
This commit is contained in:
parent
eb590c848e
commit
f5ca3315f0
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user