settledIn/.env.production

8 lines
153 B
Plaintext
Raw Permalink Normal View History

2024-03-22 15:48:25 +08:00
# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API ='https://api.tropjoin.com'
2024-03-22 15:48:25 +08:00
# socket 连接地址
VUE_APP_WS_URL ='wss://api.tropjoin.com'