Files
ComfyUI_Skills_OpenClaw/config.example.json
T
科林_Cyril Pilgrim 690cea7a73 docs(core): update guide and configuration templates for multi-server arch
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.
2026-03-08 17:41:31 +08:00

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"
}