RIC-79 intial implementation to fetch subscriptions via rest
[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": 4096,
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     "subscription": {
26       "host": "localhost:8088",
27       "timeout": 2
28     }
29
30 }