Adding samples

This commit is contained in:
Ian Roddis
2022-01-29 13:25:40 -04:00
parent e3a6c9086a
commit 3fdd568b00
8 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"executor": {
"name": "DaggyRunnerTaskExecutor",
"config": {
"runners": [
"localhost:3503",
"localhost:3504",
"localhost:3505"
]
}
}
}