# SSO配置 SSO_BASE_URL=http://localhost:8000 CLIENT_ID=your-client-id-from-sso-admin CLIENT_SECRET=your-client-secret-from-sso-admin REDIRECT_URI=http://localhost:8001/auth/callback # 服务器配置 HOST=0.0.0.0 PORT=8001 # 前端地址 FRONTEND_URL=http://localhost:3001