.env.development 309 B

12345678
  1. # 只在开发环境存在的环境变量
  2. ENV = 'development'
  3. NODE_ENV = 'development'
  4. VUE_APP_ENV = 'development'
  5. # 接口地址
  6. VUE_APP_BASE_API = 'https://facegame.platomix.net/purchasetestapi/h5'
  7. VUE_APP_IFAMRE = 'https://testapi.mige.tv/cap/CAP-AUTH.html'
  8. VUE_APP_IMGS_URL = 'http://42.192.87.194:8181/'