.env.staging 323 B

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