Xapp-frame updated to v0.8.1.
[ric-plt/submgr.git] / test / config-file.json
1 {
2     "local": {
3         "host": ":8080"
4     },
5     "logger": {
6         "level": 4
7     },
8     "rmr": {
9        "protPort": "tcp:14560",
10        "maxSize": 8192,
11        "numWorkers": 1,
12        "txMessages": ["RIC_SUB_REQ", "RIC_SUB_DEL_REQ"],
13        "rxMessages": ["RIC_SUB_RESP", "RIC_SUB_FAILURE", "RIC_SUB_DEL_RESP", "RIC_SUB_DEL_FAILURE", "RIC_INDICATION"]
14     },
15     "db": {
16         "host": "localhost",
17         "port": 6379,
18         "namespaces": ["sdl", "rnib"]
19     },
20     "rtmgr" : {
21       "HostAddr" : "localhost",
22       "port" : "8989",
23       "baseUrl" : "/"
24     },
25     "controls": {
26       "e2tSubReqTimeout_ms": 2000,
27       "e2tSubDelReqTime_ms": 2000,
28       "e2tRecvMsgTimeout_ms": 2000,
29       "e2tMaxSubReqTryCount": 2,
30       "e2tMaxSubDelReqTryCount": 2,
31       "readSubsFromDb": "true",
32       "subscription": {
33           "host": "localhost:8088",
34           "timeout": 2
35       }
36     }
37 }