Files
yshopb2c-qd/.env.production

6 lines
119 B
Plaintext
Raw Normal View History

ENV = 'production'
# 接口地址
2020-09-14 20:44:15 +08:00
VUE_APP_BASE_API = 'http://127.0.0.1:8001'
VUE_APP_WS_API = 'ws:///127.0.0.1:8001'