Adding more examples, fixing an issue in the generation of state at time T
This commit is contained in:
parent
1201e93169
commit
d6ced6db50
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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 }
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user