.env.development 138 B

1234567
  1. # 开发环境
  2. VITE_ENV = 'development'
  3. # Api地址
  4. VITE_API_URL = 'https://room.ryuiso.com'
  5. # VITE_API_URL = 'http://192.168.3.27:8096'