Xapp-frame updated to v0.8.1.
[ric-plt/submgr.git] / test / config-file.json
index 7d15902..df0beeb 100644 (file)
       "port" : "8989",
       "baseUrl" : "/"
     },
-    "subscription": {
-      "host": "localhost:8088",
-      "timeout": 2
-    },
     "controls": {
       "e2tSubReqTimeout_ms": 2000,
       "e2tSubDelReqTime_ms": 2000,
       "e2tRecvMsgTimeout_ms": 2000,
       "e2tMaxSubReqTryCount": 2,
       "e2tMaxSubDelReqTryCount": 2,
-      "readSubsFromDb": "true"
+      "readSubsFromDb": "true",
+      "subscription": {
+          "host": "localhost:8088",
+          "timeout": 2
+      }
     }
 }