This commit is contained in:
panda
2023-09-04 18:44:44 +08:00
166 changed files with 1420 additions and 442 deletions

View File

@@ -72,13 +72,6 @@ gen:
# 代码生成是使用前端代码存放位置需要指定到src文件夹相对路径
frontpath: ../PandaUi/src
log:
# 日志等级, trace, debug, info, warn, error, fatal
level: info
file:
path: ./
# name: panda_log.log
# 视频服务器使用的全局配置
global:
http:
@@ -86,6 +79,7 @@ global:
listenaddrtls: :8443 # 用于HTTPS方式访问API的端口配置
gb28181:
loglevel: info
#sip服务器地址 默认 自动适配设备网段
sipip: ""
serial: "34020000002000000001"
@@ -93,4 +87,15 @@ gb28181:
password: "pandax"
#sip服务器端口
port:
sip: udp:5060
sip: tcp:5060
# 萤石摄像头token
ys:
appKey: 2db7f777fa6f44bdaf1c20b7f065887c
secret: bf59b1a2168da4b443473efe9b1cf1b0
log:
# 日志等级, trace, debug, info, warn, error, fatal
level: info
file:
path: ./
name: panda_log.log