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
+9
View File
@@ -28,6 +28,15 @@
- PostgreSQL: `PGPASSWORD` 环境变量
- 优先使用本地 mysql 客户端直接连接,不用 `docker exec`
## 默认数据库
- **默认连接**: VPS `101.34.227.188:3306`(主服务器)
- **默认库**: `dmp_serp`(如未指定库,首选此库)
- **连接命令**: `mysql -h 101.34.227.188 -u root -p"${MYSQL_PWD_SQL}"`
- **表名规则**: 始终带库前缀(如 `dmp_serp.table``dmp_smdm.table`),因为 VPS 上多库共存
- **技能 (sql-toolkit) 也遵循此默认**:未指定环境时指向 VPS
- **需要切换环境时明确告知**:本地、备用机、或者特定库
## 相关
- [Agent workspace](/concepts/agent-workspace)