From eb75e60b6fd16474a601450ed41e82f9c4b115c3 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:05:01 +0200 Subject: [PATCH] OneDrive env vars --- docs/getting-started/env-configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 0ed5bd35..c2667739 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -1986,6 +1986,18 @@ When enabling `GOOGLE_DRIVE_INTEGRATION`, ensure that you have configured `GOOGL - Description: Enables or disables OneDrive integration. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `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. + +#### `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. + #### `ONEDRIVE_CLIENT_ID` - Type: `str`