

(function () {
'use strict';

angular.module('app.settings', [])
.constant('appSettings', {
  "microsoftAcademyServiceBaseUrl": "api.prod.mlxma.microsoft.com",
  "cookieExpiry": 180,
  "authenticationUserStatusPollTimeInSeconds": 60,
  "locale": "en-us",
  "appInsightsInstrumentationKey": "09c9a3aa-e56d-426f-ad58-a9c8030afdcf",
  "appInsightsEnableTrace": true,
  "dataScienceYammerUrl": "https://www.yammer.com/microsoft.com/#/threads/inGroup?type=in_group&feedId=8897419&view=all",
  "appUrl": "https://academy.microsoft.com",
  "socialSharingEnabled": true,
  "applicationMaintenanceMode": false,
  "trackContentUpdateList": [],
  "trackContentUpdateDate": "",
  "tealiumBootstrapUrl": "//tags.tiqcdn.com/utag/msft/lex-mpp/prod/utag.js",
  "optimizelyUrl": "https://cdn.optimizely.com/js/6430371647.js",
  "facebookAppId": "952718024869012",
  "userTrackProgressCacheTimeInSeconds": 900,
  "microsoftLearningPartnerName": "MicrosoftEmployeeLearning",
  "shouldSyncWithCPM": true
});
})();