From b5630353e301697f87d496bd91e5cca34ca7f8cc Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Wed, 15 Oct 2025 07:52:25 +0200 Subject: [PATCH] Update env-configuration.mdx --- docs/getting-started/env-configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.mdx b/docs/getting-started/env-configuration.mdx index 5d35e98..b735de3 100644 --- a/docs/getting-started/env-configuration.mdx +++ b/docs/getting-started/env-configuration.mdx @@ -913,7 +913,7 @@ The value of `API_KEY_ALLOWED_ENDPOINTS` should be a comma-separated list of end #### `JWT_EXPIRES_IN` - Type: `str` -- Default: `-1` +- Default: `4w` - Description: Sets the JWT expiration time in seconds. Valid time units: `s`, `m`, `h`, `d`, `w` or `-1` for no expiration. - Persistence: This environment variable is a `PersistentConfig` variable.