.env.production 215 B

12345678
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. #VUE_APP_BASE_API = '/prod-api'
  5. #VUE_APP_BASE_API='http://47.98.215.28:1029/'
  6. VUE_APP_BASE_API = 'http://localhost:8083/'
  7. # VUE_APP_BASE_API = 'http://192.168.8.19:8083/'