.env.company 95 B

1234567
  1. NODE_ENV = company
  2. # just a flag
  3. ENV = 'company'
  4. # base api
  5. VUE_APP_BASE_API = '/company-api'