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.
28 lines
705 B
28 lines
705 B
4 years ago
|
[MAIN]
|
||
|
;最大患者数量
|
||
|
maxPatientNum = 5
|
||
|
;切换病人时间(s)
|
||
|
switchPatientInterval = 5
|
||
|
|
||
|
[USER]
|
||
|
;登录用户名
|
||
|
username = shoufeichu
|
||
|
;登录密码
|
||
|
password = 123456
|
||
|
|
||
|
[HTTP]
|
||
|
;登录请求URL
|
||
|
loginUrl = http://test.tall.wiki/gateway/tall3/v3.0/users/signin
|
||
|
;发送身份证信息URL
|
||
|
sendUserInfoUrl = https://test.tall.wiki/gateway/qcp/v3.0/button/idCardDiscern
|
||
|
;一键启动URL
|
||
|
oneKeyStartUrl = https://test.tall.wiki/gateway/qcp/v3.0/button/buttonStart
|
||
|
;服务状态改变URL(rgb)
|
||
|
serviceStatusChangedUrl = https://test.tall.wiki/gateway/qcp/v3.0/button/updateStatus
|
||
|
|
||
|
[WEBSOCKET]
|
||
|
;Websocket URL
|
||
|
wsUrl = wss://test.tall.wiki/websocket/message/v4.0/ws
|
||
|
;Websocket心跳间隔(s)
|
||
|
wsHeartInterval = 10
|