{
    "env": {
		"development": true,
		"e2e": true,
		"test": true,
		"stage": true
    },
    "functions": [
        [ "seedOrganisations", [ 
            {"name": "The Orchard"}
        ]],
	    [ "seedUsers", [
            {
            	"name": "Lovelive Admin",
                "email": "admin@lovelive.tv",
                "password": "password",
                "roles": [],
                "organisations": "The Orchard",
                "group": "LoveLive Admin"
            },
            {
            	"name": "Orchard Admin",
                "email": "orchard-admin@lovelive.tv",
                "password": "password",
                "roles": [],
                "organisations": "The Orchard",
                "group": "Orchard Admin"
            },
            {
                "name": "No Role",
                "email": "norole@lovelive.tv",
                "password": "password",
                "roles": [],
                "organisations": "The Orchard"
            }
        ]],
	    [ "seedSite", {
	        "siteName": "The Orchard",
	        "enabledOrganisations": "The Orchard",
            "genres": [
                "Action & Adventure", "Comedy", "Documentary", "Drama", "Horror", "Kids & Family", "Music", "Romance", "Sci-Fi & Fantasy",
                "Sports", "Thriller"
            ]
	    }],
	    [ "seedRestrictions", [
	        {
            	"title": "All digital rights except Amazon and Netflix",
            	"ownedBy": "The Orchard",
            	"restrictionElements": [
            		{
            			"name": "All digital rights except Amazon and Netflix",
            			"scopeDimensions": [
            				{
            					"name": "Delivery Method",
            					"mode": "Include",
            					"list": [
            						"internet",
            						"mobile"
            					]
            				},
            				{
            					"name": "Channel",
            					"mode": "Exclude",
            					"list": [
            						"amazon",
            						"netflix"
            					]
            				}
            			]
            		}
            	]
        	}
        ]],
	    [ "seedVideos", [
	        {
                "title":                "Video1",
                "displayArtistName":    "Artist",
                "label":                "Label",
                "contentType":          ["Concert"],
                "loveLiveUpc":          "LL UPC",
                "loveLiveJobNumber":    "LL",
                "restrictions":         ["All digital rights except Amazon and Netflix"],
                "exploitationDate":     "Tue Nov 25 2014 17:47:29 GMT+0000 (GMT)",
                "status":               "Live",
                "thumbnails":           [{"thumbnailName": "medium", "fileName": "Summer201200001.png", "bucketName": "lovelive-development-thumbnails"}],
                "videoFiles":           [{"videoType": "web", "fileName": "Summer2012_web.mp4", "bucketName": "lovelive-development-transcodes"}],
                "ownedBy":              "The Orchard"
            },
            {
                "title":                "Video2",
                "displayArtistName":    "Artist",
                "label":                "Label",
                "contentType":          ["Concert"],
                "loveLiveUpc":          "LL UPC",
                "loveLiveJobNumber":    "LL",
                "restrictions":         ["All digital rights except Amazon and Netflix"],
                "exploitationDate":     "Tue Nov 25 2014 17:47:29 GMT+0000 (GMT)",
                "status":               "Live",
                "thumbnails":           [{"thumbnailName": "medium", "fileName": "Summer201200001.png", "bucketName": "lovelive-development-thumbnails"}],
                "videoFiles":           [{"videoType": "web", "fileName": "Summer2012_web.mp4", "bucketName": "lovelive-development-transcodes"}],
                "ownedBy":              "The Orchard"
            }
	    ]]
    ]
}
