yokyo 5 年之前
父節點
當前提交
ef79cda1f7
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      confs.proto

+ 4 - 3
confs.proto

@@ -50,9 +50,10 @@ message LoginConf {
     NatsConf nats       = 3;
     string addr         = 4;
     string agentAddr    = 5;
-    string logPath      = 6;
-    int32 level         = 7;
-    string mode         = 8;
+    string rpcAddr      = 6;
+    string logPath      = 10;
+    int32 level         = 11;
+    string mode         = 12;
 }
 
 message ManagerConf {