.env.staging 89 B

12345678
  1. # 测试环境
  2. NODE_ENV = production
  3. ENV = 'staging'
  4. VUE_APP_BASE_API = '/stage-api'