9 lines
230 B
Plaintext
9 lines
230 B
Plaintext
# GPU Guard Monorepo 环境变量配置示例
|
|
# 注意:后端数据库配置在 packages/backend/src/config/config.local.ts 中
|
|
|
|
# 后端端口
|
|
NODE_ENV=local
|
|
|
|
# AI 配置 (GPU Guard 后端使用)
|
|
OPENAI_API_KEY=your_openai_key
|