Merge "NBI documentation using swagger UI"
[nonrtric.git] / policy-agent / config / application_configuration.json
index 7033c4a..cb039ca 100644 (file)
@@ -4,12 +4,20 @@
       "ric": [
          {
             "name": "ric1",
-            "baseUrl": "http://localhost:8080/",
+            "baseUrl": "http://ric1:8085/",
             "managedElementIds": [
                "kista_1",
                "kista_2"
             ]
          }
       ]
+   },
+   "streams_subscribes": {
+      "dmaap_subscriber": {
+         "dmaap_info": {
+            "topic_url": "http://dradmin:dradmin@localhost:2222/events/A1-P/users/sdnc1"
+         },
+         "type": "message_router"
+      }
    }
 }
\ No newline at end of file