X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fconfig-file.json;h=df0beebf351d6b421f3615b20c06fe361cc38310;hb=a5c58bc513653ad86eaa1ac557c0c2960a1a0a6c;hp=7d15902da6eb571599948d1876129ee2384f2fa7;hpb=fbd4df5c352abde2ca4c0867f7471a0050242fdb;p=ric-plt%2Fsubmgr.git diff --git a/test/config-file.json b/test/config-file.json index 7d15902..df0beeb 100644 --- a/test/config-file.json +++ b/test/config-file.json @@ -22,16 +22,16 @@ "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 + } } }