Update README.md
Browse files
README.md
CHANGED
|
@@ -137,7 +137,7 @@ response = client.chat.completions.create(
|
|
| 137 |
|
| 138 |
| 变量名 | 说明 | 示例 |
|
| 139 |
|--------|------|------|
|
| 140 |
-
| `PGSTORE_DSN` | PostgreSQL 连接字符串 | `postgresql://user:pass@host:
|
| 141 |
| `MANAGEMENT_PASSWORD` | 管理后台密码 | `your-secure-password` |
|
| 142 |
|
| 143 |
## 🔑 添加 API Key
|
|
|
|
| 137 |
|
| 138 |
| 变量名 | 说明 | 示例 |
|
| 139 |
|--------|------|------|
|
| 140 |
+
| `PGSTORE_DSN` | PostgreSQL 连接字符串 | `postgresql://user:pass@host:6543/postgres?default_query_exec_mode=simple_protocol` |
|
| 141 |
| `MANAGEMENT_PASSWORD` | 管理后台密码 | `your-secure-password` |
|
| 142 |
|
| 143 |
## 🔑 添加 API Key
|