Files
daggy/examples/daggyr/daggyd.json
2022-01-29 13:25:40 -04:00

13 lines
189 B
JSON

{
"executor": {
"name": "DaggyRunnerTaskExecutor",
"config": {
"runners": [
"localhost:3503",
"localhost:3504",
"localhost:3505"
]
}
}
}