ohmyapi commited on
Commit
03e51a9
·
verified ·
1 Parent(s): 9a325d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -137,7 +137,7 @@ response = client.chat.completions.create(
137
 
138
  | 变量名 | 说明 | 示例 |
139
  |--------|------|------|
140
- | `PGSTORE_DSN` | PostgreSQL 连接字符串 | `postgresql://user:pass@host:5432/db` |
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