Add unit tests for OscA1Client
[nonrtric.git] / policy-agent / config / application_configuration.json
index ccde671..8f3f80b 100644 (file)
@@ -1,6 +1,15 @@
 {
-  "config": {
-    "//description": "Application configuration",
-    "exampleProperty": "test"
-  }
+   "config": {
+      "//description": "Application configuration",
+      "ric": [
+         {
+            "name": "ric1",
+            "baseUrl": "http://ric1:8085/",
+            "managedElementIds": [
+               "kista_1",
+               "kista_2"
+            ]
+         }
+      ]
+   }
 }
\ No newline at end of file