.env.development 195 B

12345678910
  1. # just a flag
  2. ENV = 'development'
  3. PORT = '9531'
  4. # base api
  5. # VUE_APP_BASE_API = '//localhost:9531'
  6. VUE_APP_BASE_API = ''
  7. # h5 url
  8. VUE_APP_H5_URL = 'http://localhost/static-web/pages/feuc-test'