Code Review
/
nonrtric.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Added status controller
[nonrtric.git]
/
policy-agent
/
config
/
application_configuration.json
1
{
2
"config": {
3
"//description": "Application configuration",
4
"controller": [
5
{
6
"name": "controller1",
7
"baseUrl": "http://a1controller:8282",
8
"userName": "admin",
9
"password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
10
}
11
],
12
"ric": [
13
{
14
"name": "ric1",
15
"baseUrl": "http://ric1:8085/",
16
"controller": "controller1",
17
"managedElementIds": [
18
"kista_1",
19
"kista_2"
20
]
21
}
22
]
23
}
24
}