Update config.yaml
Browse files- config.yaml +0 -6
config.yaml
CHANGED
|
@@ -1,21 +1,15 @@
|
|
| 1 |
-
# Hugging Face 部署配置
|
| 2 |
host: "0.0.0.0"
|
| 3 |
port: 7860
|
| 4 |
|
| 5 |
-
# 数据库配置(根据你的线上库修改)
|
| 6 |
-
# 注意:一定要包含 sslmode=require 或 disable
|
| 7 |
pgstore-dsn: "${PGSTORE_DSN}"
|
| 8 |
|
| 9 |
-
# 认证与日志目录(建议指向 /tmp 或持久化目录)
|
| 10 |
auth-dir: "/tmp/.cli-proxy-api"
|
| 11 |
logging-to-file: true
|
| 12 |
logs-dir: "/tmp/logs"
|
| 13 |
|
| 14 |
-
# 管理配置
|
| 15 |
remote-management:
|
| 16 |
enabled: true
|
| 17 |
secret-key: "${MANAGEMENT_PASSWORD}"
|
| 18 |
|
| 19 |
-
# 性能模式
|
| 20 |
commercial-mode: true
|
| 21 |
debug: false
|
|
|
|
|
|
|
| 1 |
host: "0.0.0.0"
|
| 2 |
port: 7860
|
| 3 |
|
|
|
|
|
|
|
| 4 |
pgstore-dsn: "${PGSTORE_DSN}"
|
| 5 |
|
|
|
|
| 6 |
auth-dir: "/tmp/.cli-proxy-api"
|
| 7 |
logging-to-file: true
|
| 8 |
logs-dir: "/tmp/logs"
|
| 9 |
|
|
|
|
| 10 |
remote-management:
|
| 11 |
enabled: true
|
| 12 |
secret-key: "${MANAGEMENT_PASSWORD}"
|
| 13 |
|
|
|
|
| 14 |
commercial-mode: true
|
| 15 |
debug: false
|