(function () { angular.module('ops.settings', []).constant('SETTINGS', { "apiBaseUrl": "https://applications.opstrax.com/api/core/", "apiOldBaseUrl": null, "applicationApiBaseUrl": "https://applications.opstrax.com/api/Backtrax/", "applicationFileStorageBaseUrl": "https://applications.opstrax.com/UserStorage/", "homeUrl": "#/", "identityApiBaseUrl": "https://identity.opstrax.com/api/ida4/", "jwtClientId": "099153c2625149bc8ecb3e85e03f0022", "loginRedirectUrl": "https://v3.opstrax.com/#/ops", "fileRepositoryUrl": "https://applications.opstrax.com/BackTraxStorage/", "webAppBaseUrl": "/backtrax/", "persistentSession": true, "traxpodUrl": "https://www.traxpod.com", "walkMeConfigUrl": "https://cdn.walkme.com/users/49eb3bd669cc49ab9a5eeee287d01357/test/walkme_49eb3bd669cc49ab9a5eeee287d01357_https.js", "logoutRedirectUrl": "https://v3.opstrax.com/#/ops", "externalLoginRecoveryEndpointSubUrl": "redirect/recover", "enableGuidBasedAuthentication": true }); }());