23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"tools": [
|
|
{
|
|
"type": "Tool_WebSearcher",
|
|
"image": "ghcr.io/mazakthedwarf/tool.websearcher:latest",
|
|
"count": 1,
|
|
"env": {
|
|
"TOOL_NODE_NAME": "tool-websearcher",
|
|
"TOOL_HEARTBEAT_SECONDS": "30"
|
|
}
|
|
},
|
|
{
|
|
"type": "Tool_SlopDetector",
|
|
"image": "ghcr.io/mazakthedwarf/tool.slopdetector:latest",
|
|
"count": 1,
|
|
"env": {
|
|
"TOOL_NODE_NAME": "tool-slopdetector",
|
|
"TOOL_HEARTBEAT_SECONDS": "30"
|
|
}
|
|
}
|
|
]
|
|
}
|