Spaces:
Runtime error
Runtime error
File size: 395 Bytes
c499018 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # 服务监听配置
host: "0.0.0.0"
port: 7860
# Supabase 连接(通过环境变量注入)
pgstore-dsn: "${PGSTORE_DSN}"
# 目录配置(使用 /tmp 避免权限问题)
auth-dir: "/tmp/.cli-proxy-api"
logging-to-file: true
logs-dir: "/tmp/logs"
# 管理后台
remote-management:
enabled: true
secret-key: "${MANAGEMENT_PASSWORD}"
# 性能配置
commercial-mode: true
debug: false |