Disable service registration for consul HA tests

This commit is contained in:
Sean Chittenden 2016-04-23 20:32:06 -07:00
parent dd3219ec56
commit 3977057cc9
1 changed files with 2 additions and 0 deletions

View File

@ -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"
} }
` `