From 2ea4390240e030c08b84cda6bb613d20d8b6fb9b Mon Sep 17 00:00:00 2001 From: Aditya Pratap Singh Hada Date: Fri, 12 Jun 2026 02:15:24 +0530 Subject: [PATCH] docs: document LITELLM_HIDE_DEFAULT_CREDENTIALS_HINT env var MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Companion to BerriAI/litellm#30234 — adds the new env var to the environment variables reference table so the documentation sync check (tests/documentation_tests/test_env_keys.py) passes once the code PR is merged. Refs: BerriAI/litellm#30232 --- docs/proxy/config_settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/proxy/config_settings.md b/docs/proxy/config_settings.md index 06d92558..59055ca2 100644 --- a/docs/proxy/config_settings.md +++ b/docs/proxy/config_settings.md @@ -695,6 +695,7 @@ router_settings: | DEFAULT_GOOGLE_VIDEO_DURATION_SECONDS | Default duration for video generation in seconds in google. Default is 8 | DIRECT_URL | Direct URL for service endpoint | DISABLE_ADMIN_UI | Toggle to disable the admin UI +| LITELLM_HIDE_DEFAULT_CREDENTIALS_HINT | Flag to hide the "Default Credentials" info card on the admin UI login page (`/ui/login` and `/fallback/login`). Useful when UI credentials are managed via `UI_USERNAME` / `UI_PASSWORD` or SSO and the hardcoded hint about `admin` + `MASTER_KEY` becomes misleading or is flagged by security scanners. **Default is false** | DISABLE_AIOHTTP_TRANSPORT | Flag to disable aiohttp transport. When this is set to True, litellm will use httpx instead of aiohttp. **Default is False** | DISABLE_AIOHTTP_TRUST_ENV | Flag to disable aiohttp trust environment. When this is set to True, litellm will not trust the environment for aiohttp eg. `HTTP_PROXY` and `HTTPS_PROXY` environment variables will not be used when this is set to True. **Default is False** | DISABLE_SCHEMA_UPDATE | Toggle to disable schema updates