Skip to content

Commit 1c2be29

Browse files
authored
docs: Update env var table (#20)
1 parent 2bb0d97 commit 1c2be29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/configuration/env-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ These environment variables can be used in both the agent and the hub.
1313

1414
| Variable | Default Value | Recommended to change | Description |
1515
| ----------- | ------------- | --------------------- | ---------------------------------------------------------- |
16-
| `DEBUG` | `false` | no | Debug mode |
1716
| `LOG_LEVEL` | `info ` | no | Log level. Options: trace, debug, info, warn, error, fatal |
1817
| `LOG_JSON` | `false` | no | Enable JSON formatted logs. |
1918

@@ -27,6 +26,7 @@ These environment variables can be used in both the agent and the hub.
2726
| `PORT` | `8080 ` | no | Container port |
2827
| `DISABLE_LOCAL_AUTH` | `false ` | no | Disable password authentication. Useful when using SSO with OIDC |
2928
| `TRUSTED_PROXIES` | `- ` | no | Recommended if using a reverse proxy. Comma seperated list of network origins |
29+
| `DISABLE_UI` | `false ` | no | Disable serving the frontend. Useful when using the hub only for API access. |
3030
| `DEMO` | `false ` | no | This mode disables all functions except the login and additionally seeds some demo data in the database |
3131

3232
## Agent

0 commit comments

Comments
 (0)