修正Database拼写错误。

This commit is contained in:
AlphaWu
2023-08-20 15:50:24 +08:00
parent 985082d339
commit b5ccb1636f
5 changed files with 9 additions and 9 deletions

View File

@@ -153,7 +153,7 @@ user-settings:
# 国标是否录制
record-sip: true
# 是否将日志存储进数据库
logInDatebase: true
logInDatabase: true
# 第三方匹配用于从stream钟获取有效信息
thirdPartyGBIdReg: [\s\S]*
```