From 157f94f45748c0cc68a3a43e9b99ce975774bebd Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sat, 20 Sep 2025 17:07:03 +0200 Subject: [PATCH] Update env-configuration.md --- docs/getting-started/env-configuration.md | 44 +++++++++++------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index d9a17b52..39fa0130 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -2024,10 +2024,10 @@ When enabling `GOOGLE_DRIVE_INTEGRATION`, ensure that you have configured `GOOGL #### `ENABLE_ONEDRIVE_INTEGRATION` -- Type: `bool` -- Default: `False` -- Description: Enables or disables OneDrive integration. -- Persistence: This environment variable is a `PersistentConfig` variable. +- Type: `bool` +- Default: `False` +- Description: Enables or disables OneDrive integration. +- Persistence: This environment variable is a `PersistentConfig` variable. :::warning Configuring OneDrive integration is a multi-step process that requires creating and correctly configuring an Azure App Registration. @@ -2036,22 +2036,22 @@ The authentication flow also depends on a browser pop-up window. Please ensure t #### `ENABLE_ONEDRIVE_PERSONAL` -- Type: `bool` -- Default: `True` -- Description: Controls whether the personal OneDrive option appears in the attachment menu. When enabled, users can upload files from their personal Microsoft OneDrive accounts. +- Type: `bool` +- Default: `True` +- Description: Controls whether the personal OneDrive option appears in the attachment menu. When enabled, users can upload files from their personal Microsoft OneDrive accounts. #### `ENABLE_ONEDRIVE_BUSINESS` -- Type: `bool` -- Default: `True` -- Description: Controls whether the work/school OneDrive option appears in the attachment menu. When enabled, users can upload files from their organizational OneDrive/SharePoint accounts. +- Type: `bool` +- Default: `True` +- Description: Controls whether the work/school OneDrive option appears in the attachment menu. When enabled, users can upload files from their organizational OneDrive/SharePoint accounts. #### `ONEDRIVE_CLIENT_ID` -- Type: `str` -- Default: `None` -- Description: Specifies the client ID for OneDrive integration. -- Persistence: This environment variable is a `PersistentConfig` variable. +- Type: `str` +- Default: `None` +- Description: Specifies the client ID for OneDrive integration. +- Persistence: This environment variable is a `PersistentConfig` variable. :::info This Client ID (also known as Application ID) is obtained from an Azure App Registration within your Microsoft Entra ID (formerly Azure AD) tenant. @@ -2060,10 +2060,10 @@ When configuring the App Registration in Azure, the Redirect URI must be set to #### `ONEDRIVE_SHAREPOINT_URL` -- Type: `str` -- Default: `None` -- Description: Specifies the SharePoint site URL for OneDrive integration e.g. `https://companyname.sharepoint.com`. -- Persistence: This environment variable is a `PersistentConfig` variable. +- Type: `str` +- Default: `None` +- Description: Specifies the SharePoint site URL for OneDrive integration e.g. `https://companyname.sharepoint.com`. +- Persistence: This environment variable is a `PersistentConfig` variable. :::info This variable is essential for the work/school integration. It should point to the root SharePoint site associated with your tenant, enabling access to SharePoint document libraries. @@ -2071,10 +2071,10 @@ This variable is essential for the work/school integration. It should point to t #### `ONEDRIVE_SHAREPOINT_TENANT_ID` -- Type: `str` -- Default: `None` -- Description: Specifies the SharePoint tenant ID for OneDrive integration. -- Persistence: This environment variable is a `PersistentConfig` variable. +- Type: `str` +- Default: `None` +- Description: Specifies the SharePoint tenant ID for OneDrive integration. +- Persistence: This environment variable is a `PersistentConfig` variable. :::info This Tenant ID (also known as Directory ID) is required for the work/school integration. You can find this value on the main overview page of your Azure App Registration in the Microsoft Entra ID portal.