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