Files
waterfall/examples/wfd.json
T
Kinesin Data Technologies Incorporated f5ca3315f0 Adding wfd config, endpoint to get state
2022-10-06 15:32:05 -03:00

18 lines
221 B
JSON

{
"server": {
"ip": "127.0.0.1",
"port": 2503
},
"storage": {
"type": "redis",
"url": "redis://localhost",
"prefix": "another"
},
"executor": {
"type": "local",
"workers": 10
}
}