aboutsummaryrefslogtreecommitdiffstats
path: root/demo-ui/app/config.json
blob: 05e2f47055a7f3d277a48cd3cdae4f77360d18a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"cosMgr"    : { "ip": "localhost", "port": "9090" },
	"evcMgr"    : { "ip": "localhost", "port": "9090" },
	"eplMgr"    : { "ip": "localhost", "port": "9090" },
	"evcMgr"    : { "ip": "localhost", "port": "9090" },	
	"uniMgr"    : { "ip": "localhost", "port": "8181" },
	"evcPathMgr": { "ip": "localhost", "port": "8181" },


	"uniList" : [
		{
	  		"ip"      : "10.36.0.21",
	  		"mac"     : "00:21:21:21:21:21",
	  		"address" : "pi-left"
	  	},
		{
	  		"ip"      : "10.36.0.22",
	  		"mac"     : "00:22:22:22:22:22",
	  		"address" : "pi-right"
	  	}
	]
}