소스 검색

add login conf

yokyo 5 년 전
부모
커밋
60c8757986
1개의 변경된 파일8개의 추가작업 그리고 6개의 파일을 삭제
  1. 8 6
      confs.proto

+ 8 - 6
confs.proto

@@ -38,12 +38,14 @@ message AgentConf {
 }
 
 message LoginConf {
-    RedisConf redis     = 1;
-    NatsConf nats       = 2;
-    string addr         = 3;
-    string agentAddr    = 4;
-    string logPath      = 5;
-    string level        = 6;
+    uint64 id                  = 1;
+    RedisConf redis     = 2;
+    NatsConf nats       = 3;
+    string addr         = 4;
+    string agentAddr    = 5;
+    string logPath      = 6;
+    int32 level        = 7;
+    string mode     = 8;
 }
 
 message ManagerConf {