(function () { angular.module('ops.settings', []).constant('SETTINGS', { "apiBaseUrl": "https://applications.opstrax.com/api/core/", "applicationApiBaseUrl": "https://applications.opstrax.com/api/TraxPost/", "applicationBaseUrl": "https://applications.opstrax.com/TraxPost/", "applicationFileStorageBaseUrl": "https://applications.opstrax.com/UserStorage/", "homeUrl": "#/", "identityApiBaseUrl": "https://identity.opstrax.com/api/ida4/", "jwtClientId": "099153c2625149bc8ecb3e85e03f0022", "loginRedirectUrl": "https://v3.opstrax.com/#/ops", "logoutRedirectUrl": "https://v3.opstrax.com/#/ops", "bulkPostLimit": 50, "walkMeConfigUrl": null, "externalLoginRecoveryEndpointSubUrl": "redirect/recover", "enableGuidBasedAuthentication": true, "datadogApplicationId": "061e8823-8f68-47f0-a9c0-b25f23c7d4e7", "datadogClientToken": "pub36c8fa872fe1e0645b3d7c466b181528", "datadogSessionSampleRate": 100, "datadogSessionReplaySampleRate": 0, "datadogDefaultPrivacyLevel": "allow", "environment": "prod" }); })();