refactor: Move configuration to external config.json file

This commit is contained in:
OpenClaw Agent
2026-02-06 21:46:42 +00:00
parent f8cab7f1be
commit b3d6b2338d
2 changed files with 34 additions and 8 deletions

10
config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "v2.3.8",
"webhook_url": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=579c755e-24d2-47ae-9ca1-3ede6998327a",
"data_file": "security_data_v2.json",
"timezone_offset": "+08:00",
"webdav": {
"base": "https://chfs.ouaone.top/webdav/openclaw/backup/security/",
"auth": "openclaw:Khh13579"
}
}