Change to JUnit5 and clean up pom
[nonrtric.git] / near-rt-ric-simulator / 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 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 }