.env.staging 261 B

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