mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-19 03:47:49 +08:00
修复正则×号是引起的错误
This commit is contained in:
parent
d73630c49f
commit
6a4cdc36b1
@ -186,7 +186,7 @@ user-settings:
|
||||
# 是否将日志存储进数据库
|
||||
logInDatebase: true
|
||||
# 第三方匹配,用于从stream钟获取有效信息
|
||||
thirdPartyGBIdReg: [\s\S]*
|
||||
thirdPartyGBIdReg: "[\\s\\S]*"
|
||||
|
||||
# 在线文档: swagger-ui(生产环境建议关闭)
|
||||
swagger-ui:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user