.env.prodbackup 168 B

1234567
  1. NODE_ENV = 'production'
  2. # just a flag
  3. ENV = 'production'
  4. # base api
  5. VUE_APP_BASE_API = 'https://test.internal.chargeco.global/'
  6. VUE_APP_API_PREFIX = 'chargeco/crmApi'