Update env-configuration.mdx

This commit is contained in:
Classic298
2025-10-15 07:52:25 +02:00
committed by GitHub
parent 38e2e7f432
commit b5630353e3

View File

@@ -913,7 +913,7 @@ The value of `API_KEY_ALLOWED_ENDPOINTS` should be a comma-separated list of end
#### `JWT_EXPIRES_IN` #### `JWT_EXPIRES_IN`
- Type: `str` - 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. - 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. - Persistence: This environment variable is a `PersistentConfig` variable.