auto: sync OpenClaw config 2026-07-15 14:00

This commit is contained in:
2026-07-15 14:00:48 +08:00
parent 54c9c9f07a
commit a9b8497b9d
34 changed files with 715 additions and 370 deletions
+3
View File
@@ -33,8 +33,11 @@
| 投资占比(投资/总资产) | 20-40% | - |
## 数据库连接
- 配置文件: `db_config.json`chmod 600,仅本用户可读)
- host: 127.0.0.1
- port: 3306
- user: root
- password: 5gynj20J
- database: finances
- 读取方式: Python中 `json.load(open('db_config.json'))`
- **禁止**在Python代码、SQL脚本中硬编码密码