Files
zhimingge/.env.example
T
dekun a1667eac51 Add Docker deployment as the recommended production setup.
Include Dockerfile, docker-compose on port 3130, npm mirror config, deploy scripts, and DOCKER.md; keep PM2 docs as fallback.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-10 21:13:12 +08:00

26 lines
576 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ===========================================
# 知命阁(zhimingge)环境变量
# 复制为 .env.local 后填写实际值
# cp .env.example .env.local
# ===========================================
# AI 接口密钥(必填)
OPENAI_API_KEY=
# AI 接口地址
OPENAI_BASE_URL=https://op.bz121.com/v1
# AI 模型
OPENAI_MODEL=huihui_ai/gemma-4-abliterated:e4b
# 服务端口(Docker / PM2 默认 3130;本地 dev 仍用 3000
PORT=3130
# 运行环境
NODE_ENV=production
# 访问统计(可选,不需要可留空)
# UMAMI_ID=
# UMAMI_URL=
# UMAMI_DOMAINS=