-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathenv.example
More file actions
34 lines (28 loc) · 1.04 KB
/
env.example
File metadata and controls
34 lines (28 loc) · 1.04 KB
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
29
30
31
32
33
# RelaMind 环境变量配置示例
# 复制此文件为 .env 并根据实际情况修改
# ============================================
# AI 大模型 API Key(必填)
# ============================================
# 阿里云 DashScope API Key
DASHSCOPE_API_KEY=your-dashscope-api-key-here
# 搜索 API Key(可选,如果使用搜索功能)
SEARCH_API_KEY=your-search-api-key-here
# ============================================
# 数据库配置(可选,有默认值)
# ============================================
# PostgreSQL 配置
POSTGRES_USER=relamind
POSTGRES_PASSWORD=relamind123
POSTGRES_DB=relamind
# Cassandra 配置
CASSANDRA_USERNAME=cassandra
CASSANDRA_PASSWORD=cassandra
CASSANDRA_CLUSTER_NAME=RelaMind
CASSANDRA_DC=datacenter1
CASSANDRA_RACK=rack1
# ============================================
# GitHub Container Registry 配置(使用预构建镜像时需要)
# ============================================
# ⚠️ 重要:必须使用小写(GitHub Container Registry 要求)
GITHUB_USER=el-12stu
GITHUB_REPO=relamind