liuxiaolong
2019-11-13 f26a0cab5bca17b7eab57f6330e576271e17a17f
config/dev.yaml
@@ -1,33 +1,43 @@
server:
    runmode: debug
    jwtSecret: BASIC
    jwtExpire: 24
    jwtSecret: BASIC
    jwtExpire: 24
    url: http://127.0.0.1:8080
    imageUrl: http://192.168.1.203:6080
    publicDomain: http://bsic.asuscomm.com
    analyServerId: DSVAD010120190622
    networkAdapter: enp8s0
dbpersoncompare:
    url: 127.0.0.1:40010
espersoncompare:
    url:
     - 127.0.0.1:40011
weedfs:
    ip: 192.168.1.203
    uploadport: 6333
    visitport: 6080
redis:
    host: 127.0.0.1
    port: 6379
    password: password
    db: 1
    #设备编号
    deviceNum: 001
    #设备型号
    deviceType: 分析设备
    #设备序列号
    deviceSerialNum: 01
    #主控版本
    masterVersion: 1
    #web版本
    webVersion: 2.0
    #通道个数
    channelCount: 0
    #硬盘个数
    diskCount: 2
database:
    driver: sqlite
    name: sqlite3
    filepath: config/testdb
# es 数据 索引 以及 ip 端口 配置
    filepath: /opt/vasystem/config/testdb.db
cluster:
    pwdpre: bjbasic123
facedetect:
    ip: 127.0.0.1
    port: 4009
dbpersoncompare:
    ip: 127.0.0.1
    port: 4010
espersoncompare:
    port: 4011
    ips:
    - 127.0.0.1
es:
    masterip: 192.168.1.182
    httpport: 9200
    shards: 1,2,3
    index:
        # 人脸抓拍记录
        videopersons:
@@ -45,5 +55,16 @@
        personaction:
            index: personaction
            type: perVideoAction
#so配置
sopath:
    ip: 192.168.1.182
    port: 8008
#通用配置
LogBasePath: /opt/vasystem/logs/
LogLevel: 5
MaxStreamsNum: 16
#推流
LibFfmpegPath: /opt/vasystem/bin/libcffmpeg.so
VideoPublishWidth: 960
VideoPublishHeight: 640
VideoPublishPort: 10101