mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Disable service registration for consul HA tests
This commit is contained in:
@@ -33,12 +33,14 @@ listener "tcp" {
|
||||
backend "consul" {
|
||||
prefix = "foo/"
|
||||
advertise_addr = "http://127.0.0.1:8200"
|
||||
disable_registration = "true"
|
||||
}
|
||||
`
|
||||
haconsulhcl = `
|
||||
ha_backend "consul" {
|
||||
prefix = "bar/"
|
||||
advertise_addr = "http://127.0.0.1:8200"
|
||||
disable_registration = "true"
|
||||
}
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user