springboot_vue_xhs/web/.env.production
2025-01-10 23:17:25 +08:00

11 lines
142 B
Plaintext

# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://8.146.211.120:8080'
# system name
VUE_APP_SYSTEM_NAME = 'DD STORE'