RIC-79 intial implementation to fetch subscriptions via rest
[ric-plt/submgr.git] / test / config-file.json
index ab0079a..a98d169 100644 (file)
         "host": "localhost",
         "port": 6379,
         "namespaces": ["sdl", "rnib"]
+    },
+    "rtmgr" : {
+      "HostAddr" : "localhost",
+      "port" : "8989",
+      "baseUrl" : "/"
+    },
+    "subscription": {
+      "host": "localhost:8088",
+      "timeout": 2
     }
+
 }