.env.development 164 B

1234567
  1. # just a flag
  2. ENV = 'development'
  3. # base api
  4. VUE_APP_BASE_API = 'http://127.0.0.1:18080'
  5. # VUE_APP_BASE_API = 'http://localhost:18080'
  6. VUE_APP_API_TIMEOUT = 30000