

var FRConfigurationMaster = (function() {

    return {        
        SiteDomain: 'frontiersin.org',
        Environment: 'Live',
        BuildVersion: '44406',
        SANVirtualPath: 'http://www.frontiersin.org/files/',
        SharepointWebsiteUrl: 'http://www.frontiersin.org',
        CommunityWebsiteUrl: 'http://community.frontiersin.org',
        LoopWebsiteUrl: 'http://loop.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-frontiers',
        AlhambraProfileURL: 'http://community.frontiersin.org/people/{SName}/{UID}',
        ProfileSettingsURL: 'http://frontiersin.org/Settings/Settings.aspx',
        IsLoopIBarBeta: (('True' == 'True') ? true : false),
        FrontiersLoginURL: 'https://www.frontiersin.org/Login.aspx',
        FrontiersLogoutURL: 'http://frontiersin.org/Logout.aspx',
        FrontiersRegistrationURL: 'http://frontiersin.org/Registration/Register.aspx',
        LoopLoginURL: 'https://www.frontiersin.org/Login.aspx?ht=2',
        LoopLogoutURL: 'http://registration.frontiersin.org/people/logout',
        LoopRegistrationURL: 'https://registration.frontiersin.org/people/register-user',
        ForgotPasswordURL: 'https://registration.frontiersin.org/people/forgot-password'
    };
})();
