forked from zacdcook/openclaw-billing-proxy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.json
More file actions
14 lines (11 loc) · 774 Bytes
/
Copy pathconfig.example.json
File metadata and controls
14 lines (11 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"port": 18801,
"credentialsPath": "~/.claude/.credentials.json",
"stripSystemConfig": true,
"stripToolDescriptions": true,
"injectCCStubs": true,
"_comment_layers": "All v2 layers enabled by default. Set to false to disable individual layers.",
"_comment_config": "The replacements, reverseMap, toolRenames, and propRenames arrays below show the defaults. You only need config.json if you want to customize them.",
"_comment_toolRenames": "Tool name renames are applied as quoted replacements throughout the entire body. The defaults cover all known OpenClaw tools. Add entries for any custom tools your OpenClaw version adds.",
"_comment_propRenames": "Property renames handle OC-specific schema properties. Add entries for any custom properties."
}