# 开发环境配置 GO_BACKEND_URL=http://localhost:8080 NEXT_PUBLIC_API_BASE_URL=http://localhost:3000 NEXT_PUBLIC_BACKEND_URL=http://localhost:8080 NEXT_PUBLIC_WS_URL=ws://localhost:8080/ws NODE_ENV=development