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