From 2b170d3cafb2e7f5d2558abf18c5f3512cc3f6db Mon Sep 17 00:00:00 2001 From: jameswporter <50399017+jameswporter@users.noreply.github.com> Date: Wed, 9 Jul 2025 16:06:38 +1000 Subject: [PATCH] fix JWT_EXPIRES_IN type --- docs/getting-started/env-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 000f02b4..ebfd13e3 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -845,7 +845,7 @@ The value of `API_KEY_ALLOWED_ENDPOINTS` should be a comma-separated list of end #### `JWT_EXPIRES_IN` -- Type: `int` +- Type: `str` - Default: `-1` - 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.