f6f3dac2500f347ce53a6cba33c36c2db2d87b04
[nonrtric.git] / near-rt-ric-simulator / simulator-group / consul_cbs / consul / cbs_localhost_config.hcl
1 service {
2   # Name for CBS in consul, env var CONFIG_BINDING_SERVICE
3   # should be passed to policy agent app with this value
4   # This is only to be used when contacting cbs via local host
5   # (typicall when policy agent 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 }