1bd135a04e0a227e36b962994dc5a02e962572d7
[ric-plt/o1.git] / agent / config / config-file.json
1 {
2     "local": {
3         "host": ":8080"
4     },
5     "logger": {
6         "level": 4
7     },
8     "db": {
9         "namespaces": ["sdl", "rnib"]
10     },
11     "rmr": {
12         "protPort": "tcp:4560",
13         "maxSize": 65536,
14         "numWorkers": 1
15     },
16     "sbi": {
17         "appmgrService": "service-ricplt-appmgr-http:8080",
18         "baseUrl": "/ric/v1",
19         "proto": "http",
20         "timeout": 30
21     },
22     "nbi": {
23         "schemas": ["o-ran-sc-ric-xapp-desc-v1", "o-ran-sc-ric-ueec-config-v1"]
24     },
25     "controls": {
26         "active": true
27     }
28 }