Improve auto test for policy agent
[nonrtric.git] / near-rt-ric-simulator / simulator-group / consul_cbs / config.json
index f75b2c5..d63d860 100644 (file)
@@ -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"
+      ]
+    }
+  ]
+}