test(e2e): Add missing proxy listener to config file (#3715)

pull/3719/head
Michael Li 3 years ago committed by GitHub
parent ad5ad69d54
commit e552b12f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,6 +33,12 @@ listener "tcp" {
tls_disable = true
}
listener "tcp" {
address = "boundary:9202"
purpose = "proxy"
tls_disable = true
}
listener "tcp" {
address = "boundary:9203"
purpose = "ops"

Loading…
Cancel
Save