

var FRConfigurationMaster = (function() {

    return {        
        SiteDomain: 'frontiersin.org',
        Environment: 'Live',
        BuildVersion: '42014',
        SANVirtualPath: 'http://www.frontiersin.org/files/',
        SharepointWebsiteUrl: 'http://www.frontiersin.org',
        CommunityWebsiteUrl: 'http://community.frontiersin.org',
        FrontiersReviewUIUrl: 'http://review.frontiersin.org',
        FrontiersReviewAPIUrl: 'http://api-review.frontiersin.org/v1',
        FrontiersJournalUIUrl: 'http://journal.frontiersin.org',
        FrontiersJournalAPIUrl: 'https://api-journal.frontiersin.org',
        FrontiersNetworkAPIUrl: 'http://api-network.frontiersin.org',
        IBarType: 'ibar-classic',
        AlhambraProfileURL: 'http://community.frontiersin.org/people/{SName}/{UID}',
        CerberusRegistrationURL: 'https://www.frontiersin.org/Registration/Register.aspx',
        CerberusForgotPasswordURL: 'https://registration.frontiersin.org/people/forgot-password'
    };
})();
