.env.staging 226 B

12345678910111213
  1. NODE_ENV = production
  2. # just a flag
  3. ENV = 'staging'
  4. # base api
  5. VUE_APP_BASE_API = 'https://jiasm.zfire.top/mallapi/'
  6. # worker api
  7. VUE_APP_WORKER_API = 'https://jiasm.zfire.top/pcapi/'
  8. # publicPath
  9. VUE_APP_PUBLIC_PATH = '/'