@@ -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 {