Files
ba_web/.env.production

8 lines
203 B
Plaintext
Raw Normal View History

2025-09-22 09:01:41 +08:00
# 生产环境
ENV = 'production'
# base api
# VUE_APP_BASE_API = '/api'
2025-09-26 12:56:52 +08:00
VUE_APP_GATEWAY_API = '/bagl/mosty-base'
2025-09-22 09:01:41 +08:00
VUE_APP_GATEWAY_BASE_URL = 'http://123.60.67.142'
VUE_APP_GATEWAY_HOST = '123.60.67.142'