CLIProxyAPI / config.yaml
roseforyou's picture
Create config.yaml
c499018 verified
raw
history blame contribute delete
395 Bytes
# 服务监听配置
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