blob: cb039caaeea92d3e4c8ab13ecabe496b7bd1c56c [file] [log] [blame]
RehanRazaff56d262020-01-24 10:50:22 +01001{
2 "config": {
3 "//description": "Application configuration",
4 "ric": [
5 {
6 "name": "ric1",
7 "baseUrl": "http://ric1:8085/",
8 "managedElementIds": [
9 "kista_1",
10 "kista_2"
11 ]
12 }
13 ]
14 },
15 "streams_subscribes": {
16 "dmaap_subscriber": {
17 "dmaap_info": {
18 "topic_url": "http://dradmin:dradmin@localhost:2222/events/A1-P/users/sdnc1"
19 },
20 "type": "message_router"
21 }
22 }
23}