var PRODUCTION = true;
var serverURL;
var uploadURL;

if(PRODUCTION)
{
	serverURL = "http://ossf.app.thumbwhere.com/service.ashx";
	uploadURL = "http://api.thumbwhere.com/mediaitem_upload_push.aspx";
}
else
{
	serverURL = "http://ossf.massive.com.au/service.ashx";
	uploadURL = "http://api.staging.thumbwhere.com/mediaitem_upload_push.aspx";
}


