hr/.env.production
2021-03-20 20:57:10 +08:00

7 lines
83 B
Plaintext

# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API = '/prod-api'