You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
376 B
14 lines
376 B
NODE_ENV=production
|
|
VUE_APP_NODE_ENV=prod
|
|
|
|
# 翔安正式环境
|
|
VUE_APP_LOGIN_URL='http://10.80.5.32:8031/xiangan-crf'
|
|
# 翔安免登录链接
|
|
VUE_APP_SINGLE_URL='https://10.80.3.194:8002/oauth/authorize'
|
|
|
|
# pacs浏览器
|
|
VUE_APP_PACS_URL='http://10.80.5.32:8026'
|
|
# VUE_APP_PACS_URL='http://z1.huimucloud.com:8085'
|
|
|
|
# websocket地址
|
|
VUE_APP_WS_URL='ws://127.0.0.1:8030/data'
|