From fbe630ced85eb979e4342200fafa1cb8c174e675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20K=C3=B6ssler?= Date: Tue, 14 Apr 2026 19:36:29 +0200 Subject: [PATCH] docs: Update env var table --- content/docs/configuration/env-variables.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/configuration/env-variables.mdx b/content/docs/configuration/env-variables.mdx index 9ea996d..6d042a1 100644 --- a/content/docs/configuration/env-variables.mdx +++ b/content/docs/configuration/env-variables.mdx @@ -13,7 +13,6 @@ These environment variables can be used in both the agent and the hub. | Variable | Default Value | Recommended to change | Description | | ----------- | ------------- | --------------------- | ---------------------------------------------------------- | -| `DEBUG` | `false` | no | Debug mode | | `LOG_LEVEL` | `info ` | no | Log level. Options: trace, debug, info, warn, error, fatal | | `LOG_JSON` | `false` | no | Enable JSON formatted logs. | @@ -27,6 +26,7 @@ These environment variables can be used in both the agent and the hub. | `PORT` | `8080 ` | no | Container port | | `DISABLE_LOCAL_AUTH` | `false ` | no | Disable password authentication. Useful when using SSO with OIDC | | `TRUSTED_PROXIES` | `- ` | no | Recommended if using a reverse proxy. Comma seperated list of network origins | +| `DISABLE_UI` | `false ` | no | Disable serving the frontend. Useful when using the hub only for API access. | | `DEMO` | `false ` | no | This mode disables all functions except the login and additionally seeds some demo data in the database | ## Agent