Initial commit
This commit is contained in:
110
openclaw.json
Normal file
110
openclaw.json
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"workspace": "/home/mrbates/.openclaw/workspace",
|
||||
"models": {
|
||||
"openrouter/auto": {
|
||||
"alias": "OpenRouter"
|
||||
}
|
||||
},
|
||||
"model": {
|
||||
"primary": "openrouter/auto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"mode": "local",
|
||||
"auth": {
|
||||
"mode": "token",
|
||||
"token": "909f68f40e732e971f8bc32739f89c6c0b8ada5d6087a6cd"
|
||||
},
|
||||
"port": 18789,
|
||||
"bind": "loopback",
|
||||
"tailscale": {
|
||||
"mode": "off",
|
||||
"resetOnExit": false
|
||||
},
|
||||
"controlUi": {
|
||||
"allowInsecureAuth": true
|
||||
},
|
||||
"nodes": {
|
||||
"denyCommands": [
|
||||
"camera.snap",
|
||||
"camera.clip",
|
||||
"screen.record",
|
||||
"contacts.add",
|
||||
"calendar.add",
|
||||
"reminders.add",
|
||||
"sms.send",
|
||||
"sms.search"
|
||||
]
|
||||
}
|
||||
},
|
||||
"session": {
|
||||
"dmScope": "per-channel-peer"
|
||||
},
|
||||
"tools": {
|
||||
"profile": "coding",
|
||||
"web": {
|
||||
"search": {
|
||||
"provider": "duckduckgo",
|
||||
"enabled": true,
|
||||
"openaiCodex": {}
|
||||
},
|
||||
"fetch": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"profiles": {
|
||||
"openrouter:default": {
|
||||
"provider": "openrouter",
|
||||
"mode": "api_key"
|
||||
}
|
||||
}
|
||||
},
|
||||
"channels": {
|
||||
"telegram": {
|
||||
"enabled": true,
|
||||
"groups": {
|
||||
"*": {
|
||||
"requireMention": true
|
||||
}
|
||||
},
|
||||
"botToken": "8663108961:AAGUk0BU_BUFc6RoinWSTUjaioeeesMRNRg"
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"duckduckgo": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"hooks": {
|
||||
"internal": {
|
||||
"enabled": true,
|
||||
"entries": {
|
||||
"boot-md": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"wizard": {
|
||||
"lastRunAt": "2026-04-04T16:54:53.292Z",
|
||||
"lastRunVersion": "2026.4.2",
|
||||
"lastRunCommand": "configure",
|
||||
"lastRunMode": "local"
|
||||
},
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.4.2",
|
||||
"lastTouchedAt": "2026-04-04T17:05:48.198Z"
|
||||
},
|
||||
"messages": {
|
||||
"tts": {
|
||||
"provider": "edge"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user