jifuyun-order-v1/chat-server/.env.example

8 lines
182 B
Plaintext

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