Spaces:
Sleeping
Sleeping
Update config.yaml
Browse files- config.yaml +3 -0
config.yaml
CHANGED
|
@@ -2,6 +2,9 @@
|
|
| 2 |
host: "0.0.0.0"
|
| 3 |
port: 7860
|
| 4 |
|
|
|
|
|
|
|
|
|
|
| 5 |
# 目录配置(使用 /tmp 避免权限问题)
|
| 6 |
auth-dir: "/tmp/.cli-proxy-api"
|
| 7 |
logging-to-file: true
|
|
|
|
| 2 |
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"
|
| 10 |
logging-to-file: true
|