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.
# 生产环境配置
# 后端 API 地址(部署时请修改为实际的后端地址)
VITE_API_BASE_URL=http://api.imeeting.unisspace.com/api
# 录音配置
# 分片上传间隔(毫秒),默认10000(10秒)
VITE_AUDIO_CHUNK_INTERVAL=10000