loT-demo/.env.development

22 lines
447 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.

# 本地开发环境配置
# 服务器域名
VITE_DOMAIN=localhost
# 服务器端口
VITE_PORT=8888
# 应用部署路径前缀(开发环境通常为/
VITE_BASE_PATH=/demo/lot-demo/
# API请求路径前缀
VITE_API_PREFIX=/demo/lot-demo/api
# 是否使用HTTPS (true/false)
VITE_USE_HTTPS=false
# 请求超时时间(毫秒)
VITE_TIMEOUT=30000
# 应用程序标题(未设置时使用默认值)
VITE_APP_TITLE=智能楼宇Demo-1.0