.env.test 184 B

123456789
  1. # just a flag
  2. ENV = 'production'
  3. PORT = '9532'
  4. # base api
  5. VUE_APP_BASE_API = '//feuc-test.liveplus.online'
  6. # h5 url
  7. VUE_APP_H5_URL = 'http://h5.liveplus.online/static-web/feuc-test'