.env.development 325 B

1234567891011121314
  1. # 开发环境配置
  2. VITE_ENV = 'development'
  3. # # Api 地址
  4. # VITE_API_URL = 'http://118.195.177.247:6789'
  5. # # WebSocket 地址
  6. # VITE_WEBSOCKET_URL = 'ws://118.195.177.247:6789/api/v1/ws'
  7. # Api 地址
  8. VITE_API_URL = 'http://192.168.3.218:6789'
  9. # WebSocket 地址
  10. VITE_WEBSOCKET_URL = 'ws://192.168.3.218:6789/api/v1/ws'