mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
Merge branch 'master' of https://gitee.com/XM-GO/PandaX
This commit is contained in:
21
config.yml
21
config.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user