auto: sync OpenClaw config 2026-07-28 14:00
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user