Logo white

webapp / GreenwayWeb

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • GreenwayWeb
  • wenjuan-pc
  • .env.staging
  • '最新代码'
    b1fef010
    杨鑫 authored
    2025-01-14 17:06:32 +0800  
    Browse Code »
.env.staging 159 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
NODE_ENV = production

# just a flag
ENV = 'staging'

# base api
VUE_APP_BASE_API = '/stage-api'

VUE_APP_DOMAIN_PREFIX = 'http://8.130.38.56:8027/admin-web'