.env.development 98 B

123456
  1. # just a flag
  2. ENV = 'development'
  3. PORT = '9531'
  4. # base api
  5. VUE_APP_BASE_API = '//localhost:8084'