✨ feat: 添加微信小程序调试工具和完整参数参考文档
This commit is contained in:
@@ -1,24 +1,23 @@
|
||||
# Connection reference
|
||||
# 连接参考
|
||||
|
||||
- SSH gateway: `root@124.243.245.42`
|
||||
- HighGo client: `/opt/HighGo4.5.7-see/bin/psql`
|
||||
- Database endpoint: `39.98.44.136:6023`
|
||||
- Database: `highgo`
|
||||
- User: `sysdba`
|
||||
- Default schemas: `shz,public`
|
||||
- Detected server: HighGo Security Enterprise Edition Database System 4.5.10
|
||||
- Password source: `../.password`, mode `600`; override with `HIGHGO_PASSWORD_FILE`
|
||||
- SSH 网关:`root@124.243.245.42`
|
||||
- HighGo 客户端:`/opt/HighGo4.5.7-see/bin/psql`
|
||||
- 数据库端点:`39.98.44.136:6023`
|
||||
- 数据库:`highgo`
|
||||
- 用户:`sysdba`
|
||||
- 默认 schema:`shz,public`
|
||||
- 检测到的服务器:HighGo Security Enterprise Edition Database System 4.5.10
|
||||
- 密码来源:`../.password`,权限为 `600`;使用 `HIGHGO_PASSWORD_FILE` 覆盖
|
||||
|
||||
## Test environment
|
||||
## 测试环境
|
||||
|
||||
- SSH gateway: `root@47.111.103.66:22`
|
||||
- HighGo client: `/opt/HighGo4.5.7-see/bin/psql`
|
||||
- Database endpoint from the test profile: `127.0.0.1:5866` (on the test server)
|
||||
- Database: `highgo`
|
||||
- User: `sysdba`
|
||||
- Default schemas: `shz,public`
|
||||
- Password source: `HIGHGO_TEST_PASSWORD_FILE` when set; otherwise the existing `HIGHGO_PASSWORD_FILE` or `../.password`
|
||||
- SSH 网关:`root@47.111.103.66:22`
|
||||
- HighGo 客户端:`/opt/HighGo4.5.7-see/bin/psql`
|
||||
- 数据库端点来自测试 profile:`127.0.0.1:5866`(位于测试服务器上)
|
||||
- 数据库:`highgo`
|
||||
- 用户:`sysdba`
|
||||
- 密码来源:设置 `HIGHGO_TEST_PASSWORD_FILE` 时使用该变量;否则使用已有的 `HIGHGO_PASSWORD_FILE` 或 `../.password`
|
||||
|
||||
The test connection is made by SSHing to `47.111.103.66` and running the HighGo client there against its loopback database endpoint. Override the test endpoint with `HIGHGO_TEST_SSH_HOST`, `HIGHGO_TEST_SSH_PORT`, `HIGHGO_TEST_PSQL_PATH`, `HIGHGO_TEST_DB_HOST`, `HIGHGO_TEST_DB_PORT`, `HIGHGO_TEST_DB_NAME`, or `HIGHGO_TEST_DB_USER` if the server layout differs.
|
||||
测试连接通过 SSH 登录 `47.111.103.66`,再在该服务器上使用 HighGo 客户端连接其 loopback 数据库端点。如果服务器布局不同,可使用 `HIGHGO_TEST_SSH_HOST`、`HIGHGO_TEST_SSH_PORT`、`HIGHGO_TEST_PSQL_PATH`、`HIGHGO_TEST_DB_HOST`、`HIGHGO_TEST_DB_PORT`、`HIGHGO_TEST_DB_NAME` 或 `HIGHGO_TEST_DB_USER` 覆盖测试端点。
|
||||
|
||||
The SSH gateway must be reachable with the workstation's existing SSH key. Keep credentials out of commands, logs, responses, and `SKILL.md`.
|
||||
SSH 网关必须能够使用工作站现有的 SSH 密钥访问。不得将凭据写入命令、日志、响应或 `SKILL.md`。
|
||||
|
||||
Reference in New Issue
Block a user