Code Review
/
ccsdk
/
apps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2c93d86628643ee79a9915005f5fab1fd9fd32bd
[ccsdk/apps.git]
/
1
{
2
"sdn-controller" : {
3
"dlux" : {
4
"ip-version" : "ipv4",
5
"host" : "localhost",
6
"port" : 8181,
7
"transport-protocol" : "http",
8
"username" : "admin",
9
"password" : "admin"
10
},
11
"main" : {
12
"ip-version" : "ipv4",
13
"host" : "localhost",
14
"port" : 8181,
15
"transport-protocol" : "http",
16
"username" : "admin",
17
"password" : "admin"
18
}
19
}
20
}
21