From fd39c970669c82a03a2671cb9ea10e19f6d37c28 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sat, 20 Dec 2025 14:28:46 +0100 Subject: [PATCH] Update env-configuration.mdx --- docs/getting-started/env-configuration.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index 5fc17133..5ec2faef 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -225,6 +225,13 @@ This caches the external model lists retrieved from configured OpenAI-compatible - Description: Toggles whether to show admin user details in the interface. - Persistence: This environment variable is a `PersistentConfig` variable. +#### `ENABLE_PUBLIC_ACTIVE_USERS_COUNT` + +- Type: `bool` +- Default: `True` +- Description: Controls whether the active user count is visible to all users or restricted to administrators only. When set to `False`, only admin users can see how many users are currently active, reducing backend load and addressing privacy concerns in large deployments. +- Persistence: This environment variable is a `PersistentConfig` variable. + #### `ADMIN_EMAIL` - Type: `str`