diff --git a/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.Service/appsettings.json b/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.Service/appsettings.json index 06689b6b..9d6ce97f 100644 --- a/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.Service/appsettings.json +++ b/tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service/Microsoft.Legal.MatterCenter.Service/appsettings.json @@ -91,17 +91,17 @@ "ContextualHelpSectionColumnSectionTitle": "SectionTitle" }, "General": { - "ClientId": "f9fdee20-9341-410e-9522-f168381a943b", - "AppKey": "JiBcoUWdJs+QL2ikV6wR15azco3TuW/DmW3vYaEQbjM=", - "Tenant": "microsoft.onmicrosoft.com", + "ClientId": "aadclientid", + "AppKey": "aadsecret", + "Tenant": "yourtenantname.onmicrosoft.com", "AADInstance": "https://login.windows.net/{0}", - "Resource": "https://microsoft.sharepoint.com", - "RedisCacheHostName": "svalliMatterCenterCache.redis.cache.windows.net:6380,password=pmRjdS/6DAZJvhp80xgLtGZEKh0ap0cgm97VR9AubXY=,ssl=True,abortConnect=False", + "Resource": "https://yourtenantname.sharepoint.com", + "RedisCacheHostName": "yourrediscachename.redis.cache.windows.net:6380,completeconnectionstring,ssl=True,abortConnect=False", "IsTenantDeployment": false }, "ClientCredentials": { - "ClientId": "844ffb77-5bfd-403e-9285-678e2eddc90c", - "ClientSecret": "IAKt/4uoQFM0UJ1Ocj//WHOg1RzLspACzPAKkkPP0kw=", + "ClientId": "aadclientid", + "ClientSecret": "aadclientsecret", "ClientResource": "https://microsoft.onmicrosoft.com/mcuiadal", "Authority": "https://login.windows.net/microsoft.onmicrosoft.com" }, @@ -252,7 +252,7 @@ "EventViewerSource": "LCADMS", "EventViewerEventID": "1001", "EventViewerLogName": "LCADMS", - "CloudStorageConnectionString": "DefaultEndpointsProtocol=https;AccountName=mattercenterpoc;AccountKey=1/kddThixWPz8GcTilf5uM1bzKrYPqwoCikAFkMCu7BnUCRj1+Itnt8e89hCveUdDtDytQ7gXHxkiuXuZj5sVg==", + "CloudStorageConnectionString": "DefaultEndpointsProtocol=https;AccountName=mattercenterpoc;AccountKey=provicekeyvalue", "AzureRowKeyDateFormat": "MM-dd-yyyy HH:mm:ss:fffffff", "IsLoggingOnAzure": true }