springboot_vue_xhs/web/.env.production

11 lines
192 B
Plaintext
Raw Normal View History

2024-12-06 22:42:03 +08:00
# just a flag
ENV = 'production'
# base api
2025-01-10 23:17:25 +08:00
VUE_APP_BASE_API = 'http://8.146.211.120:8080'
2025-01-11 16:02:31 +08:00
VUE_APP_WEBSOCKET_API = 'ws://8.146.211.120:9326/'
2024-12-06 22:42:03 +08:00
# system name
VUE_APP_SYSTEM_NAME = 'DD STORE'