Standardisation of names
[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 }