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

This commit is contained in:
2026-07-28 14:00:29 +08:00
parent f3c5e82269
commit 0f85da3245
32 changed files with 4142 additions and 11 deletions
+6
View File
@@ -25,6 +25,12 @@
使用前需确保 `${PGPASSWORD}``${MYSQL_PWD_SQL}` 已在 shell 环境中 export。
### 默认数据库
- **默认连接**: VPS `101.34.227.188:3306`(主服务器)
- **默认库**: `dmp_serp`(如未指定库,首选此库)
- **表名规则**: 始终带库前缀(如 `dmp_smdm.dmp_md_item_info`
- **连接命令**: `mysql -h 101.34.227.188 -u root -p"${MYSQL_PWD_SQL}" -D dmp_serp`
## Related
- [Agent workspace](/concepts/agent-workspace)