mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
fixing default zookeeper port
This commit is contained in:
@@ -40,7 +40,7 @@ func newZookeeperBackend(conf map[string]string) (Backend, error) {
|
||||
machines, ok = conf["address"]
|
||||
if !ok {
|
||||
// Default to the localhost instance
|
||||
machines = "localhost:2128"
|
||||
machines = "localhost:2181"
|
||||
}
|
||||
|
||||
client, _, err := zk.Connect(strings.Split(machines, ","), time.Second)
|
||||
|
||||
Reference in New Issue
Block a user