You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
337 B

# ============================================
# A股智投分析平台 - 前端本地调试环境
# ============================================
# API 配置(指向宿主机后端)
VITE_API_URL=http://localhost:3000/api/v1
VITE_WS_URL=ws://localhost:3000
# 应用信息
VITE_APP_NAME=A股智投分析平台
VITE_APP_VERSION=1.0.0