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