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

VUE_APP_NODE_ENV=prod

# base api
VUE_APP_BASE_URL = 'https://sl-gateway.nong12.com/manager'
VUE_APP_URL = 'https://sl-gateway.nong12.com/manager'