gateway.conf 275 Bytes
Newer Older
1
2
3
{
	"gateway_id" : "fa:16:3e:8c:4c:ef",
	"gateway_password" : "12345",
4
	"gateway_port" : 54345,
5
6
7
	"db_type" : "PostgreSQL",
	"db_connection" : {
		"db_address" : "127.0.0.1",
8
		"db_port" : 5432,
9
10
11
12
13
		"db_name" : "iotserver",
		"user_name" : "vlad",
		"user_password" : "dev"
	}
}