# 服务器配置 CHAT_SERVER_PORT=3100 # 允许的前端域名,多个域名用逗号分隔 ALLOWED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173 # 调试模式 DEBUG=false