.env.staging 306 B

12345678910111213
  1. NODE_ENV = production
  2. # just a flag
  3. ENV = 'staging'
  4. # base api
  5. VUE_APP_BASE_API = 'http://wms.xingyunyi.cn/api/'
  6. VUE_APP_SMP_API = 'http://192.168.2.85:7123/'
  7. VUE_APP_Remote_API = 'http://localhost:7130/'
  8. # VUE_APP_BASE_API = 'http://wms.xingyunyi.cn/api/'
  9. # VUE_APP_SMP_API = 'http://localhost:7123/'