Parcourir la source

add login conf

yokyo il y a 5 ans
Parent
commit
60c8757986
1 fichiers modifiés avec 8 ajouts et 6 suppressions
  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 {