Blame view

wenjuan-pc/.env.staging 159 Bytes
e5b57447   杨鑫   '分包问卷'
1
2
3
4
5
6
7
8
  NODE_ENV = production
  
  # just a flag
  ENV = 'staging'
  
  # base api
  VUE_APP_BASE_API = '/stage-api'
  
091b75ed   wesley88   1
9
  VUE_APP_DOMAIN_PREFIX = 'http://8.130.38.56:8027/admin-web'