.env.production 152 B

12345678
  1. # just a flag
  2. ENV = 'production'
  3. # base api
  4. VUE_APP_BASE_API = 'http://api.1uap.com'
  5. VUE_APP_TIME_OUT = '999999'
  6. VUE_APP_APP_ID = 'wx2d293314b9e1d225'