summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/devicemanager/provider/src/main/resources/elasticsearch/index/config/opendaylight.json
blob: 2c93d86628643ee79a9915005f5fab1fd9fd32bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"sdn-controller" : {
		"dlux" : {
            "ip-version" : "ipv4",
			"host" : "localhost",
            "port" : 8181,
            "transport-protocol" : "http",
            "username" : "admin",
            "password" : "admin"
		},
		"main" : {
            "ip-version" : "ipv4",
			"host" : "localhost",
            "port" : 8181,
            "transport-protocol" : "http",
            "username" : "admin",
            "password" : "admin"
		}
	}
}