File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ func (c *Config) fillDefaultValues() {
8989 "pitaya.cluster.rpc.server.nats.buffer.push" : pitayaConfig .Cluster .RPC .Server .Nats .Buffer .Push ,
9090 "pitaya.cluster.sd.etcd.dialtimeout" : pitayaConfig .Cluster .SD .Etcd .DialTimeout ,
9191 "pitaya.cluster.sd.etcd.endpoints" : pitayaConfig .Cluster .SD .Etcd .Endpoints ,
92+ "pitaya.cluster.sd.etcd.user" : pitayaConfig .Cluster .SD .Etcd .User ,
93+ "pitaya.cluster.sd.etcd.pass" : pitayaConfig .Cluster .SD .Etcd .Pass ,
9294 "pitaya.cluster.sd.etcd.prefix" : pitayaConfig .Cluster .SD .Etcd .Prefix ,
9395 "pitaya.cluster.sd.etcd.grantlease.maxretries" : pitayaConfig .Cluster .SD .Etcd .GrantLease .MaxRetries ,
9496 "pitaya.cluster.sd.etcd.grantlease.retryinterval" : pitayaConfig .Cluster .SD .Etcd .GrantLease .RetryInterval ,
You can’t perform that action at this time.
0 commit comments