Browse Source

add fields to loginConf

yokyo 6 năm trước cách đây
mục cha
commit
391d9767ec
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      confs.proto

+ 2 - 0
confs.proto

@@ -42,6 +42,8 @@ message LoginConf {
     NatsConf nats       = 2;
     string addr         = 3;
     string agentAddr    = 4;
+    string logPath      = 5;
+    string level        = 6;
 }
 
 message ManagerConf {