wyxiuy commited on
Commit
db1ce57
·
verified ·
1 Parent(s): 60eb7c9

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +1 -1
config.yaml CHANGED
@@ -3,7 +3,7 @@ host: "0.0.0.0"
3
  port: 7860
4
 
5
  # Supabase 连接(通过环境变量注入)
6
- pgstore_dsn: "${PGSTORE_DSN}"
7
 
8
  # 目录配置(使用 /tmp 避免权限问题)
9
  auth-dir: "/tmp/.cli-proxy-api"
 
3
  port: 7860
4
 
5
  # Supabase 连接(通过环境变量注入)
6
+ pgstore-dsn: "${PGSTORE_DSN}"
7
 
8
  # 目录配置(使用 /tmp 避免权限问题)
9
  auth-dir: "/tmp/.cli-proxy-api"