.env.production 151 B

123456789
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_BASE_API = '/api'
  5. # base bazb
  6. VUE_APP_BASE_API2 = '/bazb'
  7. # base bass
  8. VUE_APP_BASE_API3 = '/bass'