Add missing suffixes to service name URLs
[it/dep.git] / ric-xapps / 90-xApps / helm / xapp-std / config / config-file.json
1 {
2     "local": {
3         "host": ":8080"
4     },
5     "logger": {
6         "level": 3
7     },
8     "rmr": {
9        "protPort": "tcp:4560",
10        "maxSize": 2072,
11        "numWorkers": 1,
12        "txMessages": ["RIC_X2_LOAD_INFORMATION"],
13        "rxMessages": ["RIC_X2_LOAD_INFORMATION"]
14     },
15     "db": {
16         "namespace": "ricxapp",
17         "host": "dbaas",
18         "port": 6379
19     }
20 }