[SECURITY] Fix waiver management of check_for_nonssl_ports test
[integration.git] / test / mocks / datafilecollector-testharness / simulator-group / consul / consul / cbs_config.hcl
1 #server = true
2 #bootstrap = true
3 #client_addr = "0.0.0.0"
4
5 service  {
6   # Name for CBS in consul, env var CONFIG_BINDING_SERVICE
7   # should be passed to dfc app with this value
8   Name = "config-binding-service"
9   # Host name where CBS is running
10   Address = "config-binding-service"
11   # Port number where CBS is running
12   Port = 10000
13 }