Files
waterfall/examples/config_wfw_multiple.json
T
2022-10-05 17:23:53 -03:00

26 lines
478 B
JSON

{
"storage": {
"type": "redis",
"url": "redis://localhost",
"prefix": "world"
},
"executor": {
"type": "agent",
"targets": [
{
"base_url": "http://localhost:2504/api/v1",
"resources": { "cores": 1 }
},
{
"base_url": "http://localhost:2505/api/v1",
"resources": { "cores": 1 }
},
{
"base_url": "http://localhost:2506/api/v1",
"resources": { "cores": 1 }
}
]
}
}