-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.docker
More file actions
28 lines (22 loc) · 1020 Bytes
/
Copy path.env.docker
File metadata and controls
28 lines (22 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Minder AI Docker Environment Configuration
# Copy this file to .env and modify the values
# ============ Database ============
POSTGRES_USER=minderai
POSTGRES_PASSWORD=your_secure_postgres_password_here
POSTGRES_DB=minderai
# ============ API Keys ============
# At least one of these is required for AI generation features
SILICONFLOW_API_KEY=your_siliconflow_api_key_here
QWEN_API_KEY=your_qwen_api_key_here
# ============ Baidu Cloud BCE (Gemini via VOD) ============
BCE_ACCESS_KEY=your_bce_access_key
BCE_SECRET_KEY=your_bce_secret_key
# ============ Security ============
# IMPORTANT: Change this in production!
JWT_SECRET=your_jwt_secret_change_in_production
# ============ Domain ============
# 域名配置(已备案),Caddy 自动管理 HTTPS 证书
MINDERAI_DOMAIN=minderai.heywhale.com
# ============ Docker 构建(可选)============
# 国内服务器构建 backend 时取消下一行注释:Debian apt 与 pip 均走清华镜像,加快系统包与 Python 依赖下载
# USE_CN_MIRROR=1