Standardisation of names
[nonrtric.git] / near-rt-ric-simulator / simulator-group / consul_cbs / 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 Policy Agent 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 }