Skip to content

Commit

Permalink
Merge pull request kelseyhightower#443 from mlafeldt/vault-default-ba…
Browse files Browse the repository at this point in the history
…ckend

Specify default Vault backend node
  • Loading branch information
Matthew Fisher committed May 10, 2016
2 parents b34d223 + b082c05 commit 9d57489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ func initConfig() error {
}
case "redis":
config.BackendNodes = []string{"127.0.0.1:6379"}
case "vault":
config.BackendNodes = []string{"http://127.0.0.1:8200"}
case "zookeeper":
config.BackendNodes = []string{"127.0.0.1:2181"}
}
Expand Down

0 comments on commit 9d57489

Please sign in to comment.