Provide Readme for each pom-file
[nonrtric.git] / policy-agent / config / application_configuration.json
index ccde671..6c21b16 100644 (file)
@@ -1,6 +1,24 @@
 {
-  "config": {
-    "//description": "Application configuration",
-    "exampleProperty": "test"
-  }
+   "config": {
+      "//description": "Application configuration",
+      "controller": [
+         {
+            "name": "controller1",
+            "baseUrl": "http://a1controller:8282",
+            "userName": "admin",
+            "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
+         }
+      ],
+      "ric": [
+         {
+            "name": "ric1",
+            "baseUrl": "http://ric1:8085/",
+            "controller": "controller1",
+            "managedElementIds": [
+               "kista_1",
+               "kista_2"
+            ]
+         }
+      ]
+   }
 }
\ No newline at end of file