(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": "https://www.opstrax.com/status/home_redirect.cfm", "identityApiBaseUrl": "https://identity.opstrax.com/api/ida4/", "jwtClientId": "099153c2625149bc8ecb3e85e03f0022", "loginRedirectUrl": "http://www.opstrax.com/status/logoff.cfm", "bulkPostLimit": 50 }); })();