Code Review
/
nonrtric.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Add license text"
[nonrtric.git]
/
docker-compose
/
nosdnc
/
config
/
application_configuration.json
1
{
2
"config": {
3
"//description": "Application configuration",
4
"ric": [
5
{
6
"name": "ric1",
7
"baseUrl": "http://a1-sim-OSC:8085/",
8
"managedElementIds": [
9
"kista_1",
10
"kista_2"
11
]
12
},
13
{
14
"name":"ric2",
15
"baseUrl":"http://a1-sim-STD:8085/",
16
"managedElementIds": [
17
"kista_1",
18
"kista_2"
19
]
20
}
21
]
22
}
23
}