Files
stock-scanner/.env.example
2025-03-07 14:59:03 +08:00

18 lines
358 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
# 登录配置
LOGIN_PASSWORD=
# 公告文本
ANNOUNCEMENT_TEXT=欢迎使用!
# 后端服务地址公网访问时需要设置为公网IP或域名
# 本地开发时可以使用http://backend:8888
# 公网访问时使用http://your_public_ip:8888
BACKEND_URL=http://your_public_ip:8888