.env.production 553 B

12345678910111213141516
  1. # 变量必须以 VITE_ 为前缀才能暴露给外部读取
  2. NODE_ENV = 'production'
  3. # 是否去除console 和 debugger
  4. VITE_DELETE_CONSOLE = true
  5. # 是否开启sourcemap
  6. VITE_SHOW_SOURCEMAP = false
  7. VITE_UNI_APPID = '__UNI__BA8433E'
  8. VITE_SERVER_BASEURL = 'https://api.bandhubuy.com' # mall
  9. VITE_API_SECONDARY_URL = 'https://api.bandhubuy.com' # cif
  10. VITE_API_THIRD_URL = 'https://api.bandhubuy.com' # operating
  11. VITE_UPLOAD_BASEURL = 'https://api.bandhubuy.com/operating/file/upload'
  12. # 极光key
  13. VITE_MTPUSH_APPKEY_ANDROID = '0655e889f95b4325a6712905'