imetting_client/.env.production

8 lines
251 B
Plaintext
Raw Blame History

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.

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