//****************************************************************************
// Copyright (C) thePlatform for Media, Inc. All Rights Reserved.
//****************************************************************************


// Production Services
// note that all of these URLs _must_ end with "/".
var tpMediaDataServicePrefix = "http://mps.theplatform.com/";
var tpRatingDataServicePrefix = "http://ratings.community.theplatform.com/rating/";
var tpTotalRatingDataServicePrefix = "http://totalratings.community.theplatform.com/totalrating/";
var tpTagDataServicePrefix = "http://tags.community.theplatform.com/tag/";
var tpTotalTagDataServicePrefix = "http://totaltags.community.theplatform.com/totaltag/";
var tpCommentsDataServicePrefix = "http://comments.community.theplatform.com/comment/";
var tpUserListsDataServicePrefix = "http://userlists.community.theplatform.com/userlist/";
var tpUserProfilesDataServicePrefix = "http://userprofiles.community.theplatform.com/userprofile/";
var tpUserDataServicePrefix = "https://euid.theplatform.com/idm/";
var tpIdentityServicePrefix = "https://euid.theplatform.com/idm/";
var tpAccessServicePrefix = "http://enduser.access.auth.theplatform.com/access/";

// Staging Services
// note that all of these URLs _must_ end with "/".
/*
var tpMediaDataServicePrefix = "http://mps.sandbox.theplatform.com/";
var tpRatingDataServicePrefix = "http://ratings.community.sandbox.theplatform.com/rating/";
var tpTotalRatingDataServicePrefix = "http://totalratings.community.sandbox.theplatform.com/totalrating/";
var tpTagDataServicePrefix = "http://tags.community.sandbox.theplatform.com/tag/";
var tpTotalTagDataServicePrefix = "http://totaltags.community.sandbox.theplatform.com/totaltag/";
var tpCommentsDataServicePrefix = "http://comments.community.sandbox.theplatform.com/comment/";
var tpUserListsDataServicePrefix = "http://userlists.community.sandbox.theplatform.com/userlist/";
var tpUserProfilesDataServicePrefix = "http://userprofiles.community.sandbox.theplatform.com/userprofile/";
var tpUserDataServicePrefix = "http://stg-user.identity.auth.theplatform.com/idm/";
var tpIdentityServicePrefix = "http://stg-user.identity.auth.theplatform.com/idm/";
var tpAccessServicePrefix = "http://stg-user.access.auth.theplatform.com/access/";
*/
