.env.production 205 Bytes
# just a flag
ENV = 'production'
NODE_ENV = production

VUE_APP_NODE_ENV=prod

# base api
VUE_APP_BASE_URL = 'https://tms-gateway.zrpfsc.com/manager'
VUE_APP_URL = 'https://tms-gateway.zrpfsc.com/manager'