@@ -13,27 +13,27 @@ export const environment = {
1313 /**
1414 * Base URL of the OSF web application.
1515 */
16- webUrl : 'https://staging4 .osf.io' ,
16+ webUrl : 'https://staging3 .osf.io' ,
1717 /**
1818 * Domain URL used for JSON:API v2 services.
1919 */
20- apiDomainUrl : 'https://api.staging4 .osf.io' ,
20+ apiDomainUrl : 'https://api.staging3 .osf.io' ,
2121 /**
2222 * Base URL for SHARE discovery search (Trove).
2323 */
2424 shareTroveUrl : 'https://staging-share.osf.io/trove' ,
2525 /**
2626 * URL for the OSF Addons API (v1).
2727 */
28- addonsApiUrl : 'https://addons.staging4 .osf.io/v1' ,
28+ addonsApiUrl : 'https://addons.staging3 .osf.io/v1' ,
2929 /**
3030 * API endpoint for funder metadata resolution via Crossref.
3131 */
3232 funderApiUrl : 'https://api.crossref.org/' ,
3333 /**
3434 * URL for OSF Central Authentication Service (CAS).
3535 */
36- casUrl : 'https://accounts.staging4 .osf.io' ,
36+ casUrl : 'https://accounts.staging3 .osf.io' ,
3737 /**
3838 * Site key used for reCAPTCHA v2 validation in staging.
3939 */
@@ -56,4 +56,27 @@ export const environment = {
5656 defaultProvider : 'osf' ,
5757 dataciteTrackerRepoId : null ,
5858 dataciteTrackerAddress : 'https://analytics.datacite.org/api/metric' ,
59+ newRelic : {
60+ enabled : false ,
61+ init : {
62+ distributed_tracing : { enabled : true } ,
63+ performance : { capture_measures : true } ,
64+ privacy : { cookies_enabled : true } ,
65+ ajax : { deny_list : [ 'bam.nr-data.net' ] } ,
66+ } ,
67+ info : {
68+ beacon : 'bam.nr-data.net' ,
69+ errorBeacon : 'bam.nr-data.net' ,
70+ licenseKey : '704513e63b' ,
71+ applicationID : '1835137194' ,
72+ sa : 1 ,
73+ } ,
74+ loader_config : {
75+ accountID : '772413' ,
76+ trustKey : '772413' ,
77+ agentID : '1835137194' ,
78+ licenseKey : '704513e63b' ,
79+ applicationID : '1835137194' ,
80+ } ,
81+ } ,
5982} ;
0 commit comments