mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
25 lines
458 B
JSON
25 lines
458 B
JSON
{
|
|
"gateway": {
|
|
"mode": "local",
|
|
"controlUi": {
|
|
"dangerouslyAllowHostHeaderOriginFallback": true
|
|
}
|
|
},
|
|
"agents": {
|
|
"defaults": {
|
|
"workspace": "/home/node/.openclaw/workspace"
|
|
},
|
|
"list": [
|
|
{
|
|
"id": "main",
|
|
"workspace": "/home/node/.openclaw/workspace",
|
|
"identity": {
|
|
"name": "Clawd",
|
|
"theme": "helpful assistant",
|
|
"emoji": "🦞"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|