{
	"pools": [
	{
		"dbtype": "mysql",
		"host": "localhost",
		"user": "root",
		"poolAlias": "sakila",
		"password": "password",
		"database": "sakila",
		"supportBigNumbers": true,
		"waitForConnections": true,
		"connectionLimit": 50
	},
		{
			"dbtype": "mysql",
			"host": "localhost",
			"user": "root",
			"poolAlias": "example",
			"password": "password",
			"database": "sakila",
			"supportBigNumbers": true,
			"waitForConnections": true,
			"connectionLimit": 50
		}
	]
}


