Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions content/configuration/1.general.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ description: Configuration for the general system, server, first admin user, and
| `ACCEPT_TERMS` | Confirm acknowledgement of the [Directus BSL License 1.1](https://directus.io/bsl) and disable the license welcome banner. | `false` |
| `PROJECT_OWNER` | Registered owner and primary contact responsible for your Directus instance. We need this to ensure compliance with our [BSL 1.1 license](https://directus.io/bsl). | |

::callout{icon="material-symbols:warning-rounded" color="warning"}

**Time zone (`TZ`)**<br/>

Directus's internal scheduler (used for telemetry, TUS cleanup, and other cron-driven jobs) reads the process's `TZ` environment variable. Leaving `TZ` set to an _empty_ string causes startup to fail with `CronError: ERROR: You specified an invalid date`. Either leave `TZ` unset or set it to a valid IANA time zone such as `UTC` or `Europe/Berlin`.

::

## Server

| Variable | Description | Default Value |
Expand Down