mirror of
https://github.com/HuangYuChuh/ComfyUI_Skills_OpenClaw.git
synced 2026-07-30 11:33:45 +00:00
Motivation: Users need up-to-date documentation detailing how to configure multiple servers in the OpenClaw Skill system after the recent backend changes. Implementation: Updated config.example.json and README sections to showcase 'servers' structure array instead of a single object.
12 lines
244 B
JSON
12 lines
244 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"id": "local",
|
|
"name": "Local",
|
|
"url": "http://127.0.0.1:8188",
|
|
"enabled": true,
|
|
"output_dir": "./outputs"
|
|
}
|
|
],
|
|
"default_server": "local"
|
|
} |