babyhealth/.env

20 lines
618 B
Bash
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.

# ===========================================
# API配置 - 根据你的后端接口修改
# ===========================================
# 开发环境Vite 只能识别 VITE_ 前缀)
VITE_APP_API_BASE_URL=http://localhost:8000
VITE_APP_API_TIMEOUT=10000
# ===========================================
# 应用配置
# ===========================================
VITE_APP_APP_NAME=babyhealth
VITE_APP_APP_VERSION=1.0.0
VITE_APP_DEBUG=true
# ===========================================
# 其他配置 (可选)
# ===========================================
# VUE_APP_UPLOAD_MAX_SIZE=10485760
# VUE_APP_PAGE_SIZE=20