From 97ef3bf336efe63c7b1b7cadb1a98a0b2233ccdf Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期六, 22 六月 2019 10:33:07 +0800 Subject: [PATCH] sysset --- sysset.proto | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/sysset.proto b/sysset.proto index e69de29..d89d5af 100644 --- a/sysset.proto +++ b/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; +} \ No newline at end of file -- Gitblit v1.8.0