Files
web/.env.production
2025-10-18 11:45:10 +08:00

7 lines
93 B
Plaintext

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