.env.stagPro 337 B

12345678910
  1. # 只在生产环境存在的环境变量
  2. ENV = 'production'
  3. NODE_ENV = 'production'
  4. VUE_APP_ENV = 'production'
  5. # 接口地址
  6. VUE_APP_BASE_API = 'https://operation.mige.tv/test/api/h5'
  7. VUE_APP_IFAMRE = 'https://live.mige.tv/cap/CAP-AUTH.html'
  8. VUE_APP_IMGS_URL = 'https://operation.mige.tv/test/files/'
  9. VUE_APP_CHANNEL = "10ecbdfd3f72"