[SECURITY] Fix waiver management of check_for_nonssl_ports test
[integration.git] / test / mocks / datafilecollector-testharness / simulator-group / consul / consul / cbs_localhost_config.hcl
1 service {
2   # Name for CBS in consul, env var CONFIG_BINDING_SERVICE
3   # should be passed to dfc app with this value
4   # This is only to be used when contacting cbs via local host
5   # (typicall when dfc is executed as an application without a container)
6   Name = "config-binding-service-localhost"
7   # Host name where CBS is running
8   Address = "localhost"
9   # Port number where CBS is running
10   Port = 10000
11 }