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