.env.production 228 B

123456789
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_BASE_API = 'https://ex.by-health.com/baby-institute-back-end'
  5. VUE_APP_API_TIMEOUT = 30000
  6. # base img url
  7. VUE_APP_BASE_IMG = 'https://ex.by-health.com/baby-institute-back-end'