.env.development 171 B

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