liuxiaolong
2019-06-22 97ef3bf336efe63c7b1b7cadb1a98a0b2233ccdf
sysset
1个文件已修改
18 ■■■■■ 已修改文件
sysset.proto 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sysset.proto
@@ -0,0 +1,18 @@
syntax = "proto3";
package protomsg;
message LocalConfig {
    string server_id = 1;
    string server_name = 2;
    int32 server_type = 3;
    string alarm_ip = 4;
    int32 alarm_port = 5;
    string web_pic_ip = 6;
    int32 web_pic_port = 7;
    string es_pic_ip = 8;
    int32 es_pic_port = 9;
    int32 cut_max_duration = 10;
    int32 cut_min_duration = 11;
    string reserved = 12;
}