astock-agent/backend/.env.production
2026-04-08 01:03:02 +08:00

20 lines
550 B
Plaintext
Raw Permalink 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.

# Tushare 数据源
ASTOCK_TUSHARE_TOKEN=your_tushare_token_here
# 调试模式(生产环境设为 false
ASTOCK_DEBUG=false
# DeepSeek LLM不使用 AI 对话可留空)
ASTOCK_DEEPSEEK_API_KEY=
# JWT 安全配置(生产环境务必修改!)
ASTOCK_JWT_SECRET=替换为一个随机长字符串
ASTOCK_JWT_EXPIRY_HOURS=24
# 默认管理员账号(首次启动自动创建)
ASTOCK_ADMIN_USERNAME=admin
ASTOCK_ADMIN_PASSWORD=替换为一个安全密码
# 前端地址(用于 CORS
ASTOCK_FRONTEND_URL=http://your-server-ip:3002