From eaa987dad3ee76359630c27d9ff4918ab65dde3d Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:10:31 +0200 Subject: [PATCH] Update env-configuration.md --- docs/getting-started/env-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 11962c48..89369ed7 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -146,13 +146,13 @@ is also being used and set to `True`. Failure to do so will result in the inabil - Type: `bool` - Default: `True` -- Description: Controls whether admin users can export data. +- Description: Controls whether admins can export data, chats and the database in the admin panel. #### `ENABLE_ADMIN_CHAT_ACCESS` - Type: `bool` - Default: `True` -- Description: Enables admin users to access all chats. When disabled, admins can no longer accesss user's chats in the admin panel. +- Description: Enables admin users to directly access the chats of other users. When disabled, admins can no longer accesss user's chats in the admin panel. #### `ENABLE_ADMIN_WORKSPACE_CONTENT_ACCESS`