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.

86 lines
3.0 KiB
Properties

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 拦截菜单配置文件 ljx 2019-4-27
#interceptRequest 未登录之前放行。默认为none
#ajaxRequest ajax请求没有对应模块需要放行。 默认为none
releaseRequest = /login,/logout,/services,/font,/refuse,/swagger-ui.html,/webjars,/swagger-resources,/v2,/qualityModel
ajaxRequest = none
#session过期时间
TOKEN_EXPIRE_TIME = 3600000
##################################################服务器ip##########################################################
#通用服务器IP与通用服务器端口
SERVER_IP = localhost
SERVER_PORT = 8081
#power权限系统ip
POWER_IP = ${SERVER_IP}
#权限系统端口
POWER_PORT = ${SERVER_PORT}
#病案归档系统ip
EMRMEDICALRECORD_IP = ${SERVER_IP}
#病案归档系统端口
EMRMEDICALRECORD_PORT = 8082
#病案管理系统ip
EMRRECORD_IP = ${SERVER_IP}
#病案管理系统端口
EMRRECORD_PORT = 8083
#病案复印预约ip
EMRAPPLYCOPY_IP = ${SERVER_IP}
#病案复印预约端口
EMRAPPLYCOPY_PORT = ${SERVER_PORT}
#病案签收ip
EMRFILES_IP = ${SERVER_IP}
#病案签收端口
EMRFILES_PORT = ${SERVER_PORT}
#emr_medical_record归档系统的系统标识
EMRMEDICALRECORD_SYSFLAG = emr_medical_record
#emr_medical_record归档系统的服务器地址头
EMRMEDICALRECORD_URLHEAD = http://${EMRMEDICALRECORD_IP}:${EMRMEDICALRECORD_PORT}/${EMRMEDICALRECORD_SYSFLAG}
#emr_record病案管理系统的系统标识
EMRRECORD_SYSFLAG = emr_record
#emr_record病案管理系统的服务器地址头
EMRRECORD_URLHEAD = http://${EMRRECORD_IP}:${EMRRECORD_PORT}/${EMRRECORD_SYSFLAG}
#emr_apply_copy病案复印预约的系统标识
EMRAPPLYCOPY_SYSFLAG = emr_apply_copy
#emr_apply_copy病案复印预约的服务器地址头
EMRAPPLYCOPY_URLHEAD = http://${EMRAPPLYCOPY_IP}:${EMRAPPLYCOPY_PORT}/${EMRAPPLYCOPY_SYSFLAG}
#emr_files病案签收的系统标识
EMRFILES__SYSFLAG = emr_files
#emr_files病案签收的服务器地址头
EMRFILES_URLHEAD = http://${EMRFILES_IP}:${EMRFILES_PORT}/${EMRFILES__SYSFLAG}
#####################################################其他##############################################
#病案回收地址系统
EMR_RECOVERY=https://192.168.16.85:9012/recycle
#webSocket服务器地址
WEBSOCKET_URLHEAD = ${POWER_IP}:8088
#通知字符串间隔符
STR_SPLIT = *^:|,.
#日志保留天数
log.days = 90
#定义是否为长期登录用户次数
login.times = 3
synchronizationSwitch = 1
#厦门中山医院获取二维码接口地址
wsdlUrl = http://101.132.67.155:8087/PKIQRCode/services/v1?wsdl
#厦门中山医院获取二维码接口名称标识
operationName = SOF_GetQRCodeBySys
#厦门中山医院获取用户扫码状态接口地址
queryQRCodeUrl= http://101.132.67.155:8087/PKIQRCode/services/v1?wsdl
#厦门中山医院获取用户扫码状态接口标识
queryQRCodeUrlName= SOF_QueryQRCode
#厦门中山医院获取用户扫码状态接口标识
getLoginUserInfoName=SOF_LoginWithAccountInfo
#厦门中山医院获取用户扫码状态接口地址
getLoginUserInfoUrl=http://101.132.67.155:8087/pkis/services/v1?wsdl