Files
Resume/.env.example
2026-04-17 13:23:50 +08:00

16 lines
409 B
Plaintext
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.

# 复制为 .env 后填写(不要提交真实密钥到 Git
PORT=3000
# DeepSeek简历结构化 + 面试评估);不配置则走规则解析与默认面试题
DEEPSEEK_API_KEY=
# MySQL可选不配置则不落库仅用内存会话
MYSQL_HOST=
MYSQL_PORT=3306
MYSQL_USER=root
MYSQL_PASSWORD=
MYSQL_DATABASE=Resume
# 上传会话 TTL毫秒可选
# UPLOAD_SESSION_TTL_MS=3600000