# Claude API 代理配置 # 上游 API 基础 URL # Anthropic 官方: https://api.anthropic.com # 智谱端点: https://open.bigmodel.cn/api/anthropic ANTHROPIC_BASE_URL=https://api.anthropic.com # 服务端口(默认 3000) PORT=3000 # K8S 部署配置 K8S_API_URL=http://10.0.0.52:23972 K8S_API_TOKEN=your_fixed_token_here # 域名配置 DEV_HOST="*.dev.d8d.fun" DEV_TLS_SECRET_NAME="dev-d8d-tls"