.env.production 88 B

123456
  1. # just a flag
  2. ENV = 'production'
  3. #/prod-api
  4. # base api
  5. VUE_APP_BASE_API = '/api/admin'