.env.development 115 B

12345678910
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. VUE_APP_BASE_API = ''
  5. # host
  6. VUE_APP_HOST='http://127.0.0.1:7888'