(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": "https://www.opstrax.com/status/home_redirect.cfm", "identityApiBaseUrl": "https://identity.opstrax.com/api/ida4/", "jwtClientId": "099153c2625149bc8ecb3e85e03f0022", "loginRedirectUrl": "https://www.opstrax.com/status/logoff.cfm", "fileRepositoryUrl": "https://applications.opstrax.com/BackTraxStorage/", "webAppBaseUrl": "/backtrax/", "persistentSession": true, "traxpodUrl": "https://www.traxpod.com" }); }());