.env.staging 165 Bytes Edit Raw Blame History 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 = 'https://ceresdev.zkthink.com/businessapi'