.env.production 242 B

1234567891011
  1. NODE_ENV = production
  2. # just a flag
  3. ENV = 'production'
  4. VUE_APP_ENV = 'production'
  5. # base api
  6. VUE_APP_BASE_API = 'https://jiasm.zfire.top/zfapi/'
  7. # appid agentid
  8. VUE_APP_PUBLIC_APPID = 'ww62ea04d5c904dc4a'
  9. VUE_APP_PUBLIC_AGENTID = '1000018'