Skip to content

Commit 7e9ff52

Browse files
authored
Replace config values with placeholders
Updated SharePoint configuration values to placeholders.
1 parent 9777686 commit 7e9ff52

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Custom Apps/legal-docs/src/config/sharepoint.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
// Update these values with your actual Azure AD and SharePoint Embedded settings
33

44
export const SHAREPOINT_CONFIG = {
5-
CLIENT_ID: "50cbacb0-e16f-4f63-a678-01359bfac87b",
6-
TENANT_ID: "fc14a141-120b-4368-b125-571da82b7865",
7-
CONTAINER_TYPE_ID: "9162b1be-e7db-4b0d-bc1a-331df4dea97e",
5+
CLIENT_ID: "<CLIENT_ID>",
6+
TENANT_ID: "<TENANT_ID>",
7+
CONTAINER_TYPE_ID: "<CONTAINER_TYPE_ID>",
88
// SharePoint hostname for Copilot API authentication (must include https://)
99
// Use tenant name format: https://{tenant}.sharepoint.com
10-
SHAREPOINT_HOSTNAME: "https://pucelikdemo.sharepoint.com",
10+
SHAREPOINT_HOSTNAME: "https://<TENANT>.sharepoint.com",
1111
} as const;
1212

1313
// MSAL Configuration

0 commit comments

Comments
 (0)