Files
stock-scanner/.env.example
2025-03-07 15:30:24 +08:00

17 lines
421 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.

# API配置
API_KEY=
API_URL=
API_MODEL=
API_TIMEOUT=60
# 公告文本
ANNOUNCEMENT_TEXT=欢迎使用!
# 后端服务地址公网访问时需要设置为公网IP或域名
# 本地开发时可以使用http://backend:8888
# 公网访问时使用http://your_public_ip:8888
BACKEND_URL=http://localhost:8888
# 登录配置(为空时不需要登录,否则需要经过登录接口验证)
LOGIN_PASSWORD=