{
	"env": {
		"production": true,
		"development": true,
		"e2e": true,
		"test": true
	},
	"functions": [
		["seedUsers", [
	        {
	            "name": "Admin Lovelive",
	            "email": "admin@lovelive.tv",
	            "password": "L0v3L1v3",
	            "roles": [],
	            "organisations": "The Orchard",
	            "group": "LoveLive Admin"
	        }
	    ]]
	]
}