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

6 lines
260 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 开发环境配置
NODE_ENV=development # 环境标识
VITE_BASE_URL=http://localhost:3000 # API基础URL根据你的后端服务地址调整
VITE_API_TIMEOUT=50000 # API请求超时时间毫秒
VITE_APP_NAME="音视频门户" # 应用名称