瀏覽代碼

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 {