You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
NODE_ENV=development
|
|
VUE_APP_PREVIEW=true
|
|
# VUE_APP_TYPE = 'customer'
|
|
VUE_APP_TYPE = 'hechuan'
|
|
# VUE_APP_TYPE = 'yunyingduan'
|
|
# VUE_APP_TYPE = 'gangjie'
|
|
# 打包部署的三个端 客户端customer 和川端hechuan 运营端yunyingduan
|
|
|
|
# 和川大简云正式
|
|
# VUE_APP_API_BASE_URL=http://47.104.85.216:12345/api
|
|
# VUE_APP_SOCKET_BASE_URL=http://47.104.85.216:12345
|
|
|
|
# 和川大简云测试
|
|
VUE_APP_API_BASE_URL=http://60.209.125.238:35100
|
|
VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:35100
|
|
|
|
# 客户端测试
|
|
# VUE_APP_API_BASE_URL=http://60.209.125.238:30813
|
|
# VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:30813
|
|
|
|
# 运营端测试
|
|
# VUE_APP_API_BASE_URL=http://60.209.125.238:30814
|
|
# VUE_APP_SOCKET_BASE_URL=http://60.209.125.238:30814
|
|
|
|
# VUE_APP_API_BASE_URL=http://192.168.0.80:7373/
|
|
# VUE_APP_SOCKET_BASE_URL=http://192.168.0.80:7373/
|
|
|
|
# 港捷
|
|
# VUE_APP_API_BASE_URL=http://118.190.144.189:5001
|
|
# VUE_APP_SOCKET_BASE_URL=http://118.190.144.189:5001
|
|
|
|
# 运营端正式
|
|
# VUE_APP_API_BASE_URL=http://118.190.144.189:6002
|
|
# VUE_APP_SOCKET_BASE_URL=http://118.190.144.189:6002
|
|
|
|
# 客户端正式
|
|
# VUE_APP_API_BASE_URL=http://118.190.144.189:6001
|
|
# VUE_APP_SOCKET_BASE_URL=http://118.190.144.189:6001 |