// JavaScript Document

/** This sets up the CF.context and gives it its instance of the rest API **/

/* sandbox 
CF.context.setApi(
	CF.RestV1("http://b2c-sandbox5.crowdfactory.com", "/rest/",
	{
		subscriber:"b89c832c-8d5f-102c-b0b1-0019b9f80169",
		product:"b89c7ad0-8d5f-102c-b0b1-0019b9f80169",		
		topcommunity:245			
	})
);
*/
		
/* production endpoint */
CF.context.setApi(
	CF.RestV1("http://b2c-wsrrtriop.crowdfactory.com", "/rest/",
	{
		subscriber:"0e477506-a03a-102c-8589-001c23bfa232",
		product:"0e4772c2-a03a-102c-8589-001c23bfa232",		
		topcommunity:12		
	})
);
