Merge "Continue work with PolicyControl"
[nonrtric.git] / policy-agent / config / application_configuration.json
index ccde671..7033c4a 100644 (file)
@@ -1,6 +1,15 @@
 {
-  "config": {
-    "//description": "Application configuration",
-    "exampleProperty": "test"
-  }
+   "config": {
+      "//description": "Application configuration",
+      "ric": [
+         {
+            "name": "ric1",
+            "baseUrl": "http://localhost:8080/",
+            "managedElementIds": [
+               "kista_1",
+               "kista_2"
+            ]
+         }
+      ]
+   }
 }
\ No newline at end of file