Files
web/.env.production
2025-10-22 15:39:40 +08:00

7 lines
93 B
Plaintext

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