Forráskód Böngészése

add fields to loginConf

yokyo 6 éve
szülő
commit
391d9767ec
1 módosított fájl, 2 hozzáadás és 0 törlés
  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 {