.env.production 180 B

123456789
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_BASE_API = ''
  5. VUE_APP_API_TIMEOUT = 300000
  6. # base img url
  7. VUE_APP_BASE_IMG = 'http://127.0.0.1:18080/baby-institute-back-end'