.env.production 316 B

12345678910111213141516
  1. # 页面标题
  2. VITE_APP_TITLE = ByteSailing
  3. # 生产环境配置
  4. VITE_APP_ENV = 'production'
  5. # 若依管理系统/生产环境
  6. VITE_APP_BASE_API = '/prod-api'
  7. VITE_APP_WS_API = ':20008/prod-api'
  8. VITE_APP_IP = '139.9.102.170'
  9. # 是否在打包时开启压缩,支持 gzip 和 brotli
  10. VITE_BUILD_COMPRESS = gzip