Disable service registration for consul HA tests
This commit is contained in:
parent
dd3219ec56
commit
3977057cc9
|
@ -33,12 +33,14 @@ listener "tcp" {
|
||||||
backend "consul" {
|
backend "consul" {
|
||||||
prefix = "foo/"
|
prefix = "foo/"
|
||||||
advertise_addr = "http://127.0.0.1:8200"
|
advertise_addr = "http://127.0.0.1:8200"
|
||||||
|
disable_registration = "true"
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
haconsulhcl = `
|
haconsulhcl = `
|
||||||
ha_backend "consul" {
|
ha_backend "consul" {
|
||||||
prefix = "bar/"
|
prefix = "bar/"
|
||||||
advertise_addr = "http://127.0.0.1:8200"
|
advertise_addr = "http://127.0.0.1:8200"
|
||||||
|
disable_registration = "true"
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue