blob: 6c21b166af35705b8f623d6c62214cf4896e17d8 [file] [log] [blame]
RehanRazaff56d262020-01-24 10:50:22 +01001{
2 "config": {
3 "//description": "Application configuration",
PatrikBuhr254eab22020-04-02 14:46:33 +02004 "controller": [
5 {
6 "name": "controller1",
7 "baseUrl": "http://a1controller:8282",
8 "userName": "admin",
9 "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
10 }
11 ],
RehanRazaff56d262020-01-24 10:50:22 +010012 "ric": [
13 {
14 "name": "ric1",
15 "baseUrl": "http://ric1:8085/",
PatrikBuhr254eab22020-04-02 14:46:33 +020016 "controller": "controller1",
RehanRazaff56d262020-01-24 10:50:22 +010017 "managedElementIds": [
18 "kista_1",
19 "kista_2"
20 ]
21 }
22 ]
RehanRazaff56d262020-01-24 10:50:22 +010023 }
24}