Update env-configuration.mdx

Fixed a minor typo in the description for ONEDRIVE_CLIENT_ID.
This commit is contained in:
rohithshenoyg
2025-10-09 16:42:04 +05:30
committed by GitHub
parent a8a82f2c76
commit 40215b2eec

View File

@@ -2157,7 +2157,7 @@ The authentication flow also depends on a browser pop-up window. Please ensure t
- Type: `str`
- Default: `None`
- Description: Generic environment variable for the OneDrive Client ID. You should rather use the specific `ONEDRIVE_CLIENT_ID_PERSONAL` or `ONEDRIVE_CLIENT_ID_PERSONAL` variables. This exists as a legacy option for backwards compatibility.
- Description: Generic environment variable for the OneDrive Client ID. You should rather use the specific `ONEDRIVE_CLIENT_ID_PERSONAL` or `ONEDRIVE_CLIENT_ID_BUSINESS` variables. This exists as a legacy option for backwards compatibility.
#### `ONEDRIVE_CLIENT_ID_PERSONAL`