@@ -37,6 +37,12 @@ message AgentConf {
string mode = 10;
}
+// zk 中 login 配置
+message LoginZkConf {
+ repeated string addrs = 1;
+ string password = 2;
+}
+
message LoginConf {
uint64 id = 1;
RedisConf redis = 2;