X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=near-rt-ric-simulator%2Fsimulator-group%2Fconsul_cbs%2Fconfig.json;h=d63d8607e103704498ef714d145d7e4cf98d520f;hb=ffde6eb81f80f6ebd8e7cb48b9acacd0733dd7fe;hp=f75b2c5f75aeb3adb385efced769fc4d408e22af;hpb=cd9e9862fa9a5898f3595b397686861749f72953;p=nonrtric.git diff --git a/near-rt-ric-simulator/simulator-group/consul_cbs/config.json b/near-rt-ric-simulator/simulator-group/consul_cbs/config.json index f75b2c5f..d63d8607 100644 --- a/near-rt-ric-simulator/simulator-group/consul_cbs/config.json +++ b/near-rt-ric-simulator/simulator-group/consul_cbs/config.json @@ -1,13 +1,21 @@ - { - "//description": "Application configuration", - "ric": [ - { - "name": "ric1", - "baseUrl": "http://localhost:8080/", - "managedElementIds": [ - "kista_1", - "kista_2" - ] - } - ] - } +{ + "//description": "Application configuration", + "ric": [ + { + "name": "ric1", + "baseUrl": "http://localhost:8080/", + "managedElementIds": [ + "kista_1", + "kista_2" + ] + }, + { + "name": "ric2", + "baseUrl": "http://localhost:8081/", + "managedElementIds": [ + "kista_3", + "kista_4" + ] + } + ] +}