Disable service registration for consul HA tests
This commit is contained in:
parent
dd3219ec56
commit
3977057cc9
|
@ -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"
|
||||
}
|
||||
`
|
||||
|
||||
|
|
Loading…
Reference in New Issue