22 lines
792 B
Plaintext
22 lines
792 B
Plaintext
# AI Interview 后端环境变量
|
|
# ============================================
|
|
# 部署步骤:
|
|
# 1. 复制此文件到服务器: /www/wwwroot/ai-interview/deploy/.env
|
|
# 2. 或者在服务器上执行: cp env.production .env
|
|
# ============================================
|
|
|
|
# Coze 配置
|
|
COZE_PAT_TOKEN=pat_nd1wU47WyPS9GCIyJ1clnH8h1WOQXGrYELX8w73TnSZaYbFdYD4swIhzcETBUbfT
|
|
COZE_BOT_ID=7595113005181386792
|
|
|
|
# 工作流 ID
|
|
COZE_WORKFLOW_A_ID=7597357422713798710
|
|
COZE_WORKFLOW_C_ID=7597376294612107318
|
|
|
|
# 文件服务器
|
|
FILE_SERVER_URL=https://files.test.ai.ireborn.com.cn
|
|
FILE_SERVER_TOKEN=ai_interview_2026_secret
|
|
|
|
# CORS 允许的域名(逗号分隔)
|
|
CORS_ORIGINS=http://interview.test.ai.ireborn.com.cn,https://interview.test.ai.ireborn.com.cn,http://localhost:5173
|