Merge "Move RefreshConfigTask under tasks"
[nonrtric.git] / near-rt-ric-simulator / simulator-group / consul_cbs / config.json
1 {
2   "//description": "Application configuration",
3   "ric": [
4     {
5       "name": "ric1",
6       "baseUrl": "http://localhost:8080/",
7       "managedElementIds": [
8         "kista_1",
9         "kista_2"
10       ]
11     },
12     {
13       "name": "ric2",
14       "baseUrl": "http://localhost:8081/",
15       "managedElementIds": [
16         "kista_3",
17         "kista_4"
18       ]
19     }
20   ]
21 }