1
0
mirror of https://github.com/minio/docs.git synced 2025-07-28 19:42:10 +03:00

Update for MinIO Server RELEASE.2023-08-23T10-07-06Z (#970)

Adds new environment variable for defining the duration of a browser
session for the MinIO Console.

Related PR: https://github.com/minio/minio/pull/17885
This commit is contained in:
Daryl White
2023-08-24 13:44:55 -05:00
committed by GitHub
parent 756d9f1799
commit 7d2a162b1b

View File

@ -452,6 +452,23 @@ MinIO Console:
If you omit this variable, the Console listens and responds to all IP addresses or hostnames associated to the host machine on which the MinIO Server runs.
.. envvar:: MINIO_BROWSER_SESSION_DURATION
*Optional*
.. versionadded:: MinIO Server RELEASE.2023-08-23T10-07-06Z
Specify the duration of a browser session for working with the MinIO Console.
MinIO supports the following units of time measurement:
- ``s`` - seconds, "60s"
- ``m`` - minutes, "60m"
- ``h`` - hours, "24h"
- ``d`` - days, "7d"
Defaults to ``12h``.
.. envvar:: MINIO_SERVER_URL
*Optional*