diff --git a/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.ServiceTest/appsettings.json b/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.ServiceTest/appsettings.json index 44f7226d..38298f9b 100644 --- a/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.ServiceTest/appsettings.json +++ b/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.ServiceTest/appsettings.json @@ -1,8 +1,8 @@ { "ApplicationInsights": { - "InstrumentationKey": "0f913235-fa70-4fa4-ae7c-c753d2e0c35d", - "InstrumentationAPIAccessKey": "jitaljj3y403hk2vq7156v7zxsiia34a1oz8doqk", - "ApplicationId": "197f9f0f-e733-4530-ac97-72e9410b3533" + "InstrumentationKey": "instrumentationkey", + "InstrumentationAPIAccessKey": "keyvalue", + "ApplicationId": "appid" }, "Logging": { "IncludeScopes": false, @@ -123,7 +123,7 @@ "Tenant": "msmatter.onmicrosoft.com", "AADInstance": "https://login.windows.net/{0}", "Resource": "https://msmatter.sharepoint.com", - "RedisCacheHostName": "msmatterMatterCenterCache.redis.cache.windows.net:6380,password=wR5myDQD6wJqpnQ8E+ND/dM1njpDNB0YIRfy4jzLpMg=,ssl=True,abortConnect=False", + "RedisCacheHostName": "rediscacheconnection", "IsTenantDeployment": true, "IsReadOnlyUser": "IsReadOnlyUser", "SiteURL": "https://msmatter.sharepoint.com", @@ -134,7 +134,7 @@ "KeyVaultCertThumbPrint": "" }, "ClientCredentials": { - "ClientResource": "https://microsoft.onmicrosoft.com/mcuiadal", + "ClientResource": "https://yourcnresoucename.onmicrosoft.com/mcuiadal", "Authority": "https://login.windows.net/microsoft.onmicrosoft.com" }, "CamlQueries": { @@ -341,4 +341,4 @@ "ViewOrderByColumn": "ReceivedDate", "ViewName": "Outlook View" } -} \ No newline at end of file +}