doc update

This commit is contained in:
Nopm
2025-06-03 21:47:39 -03:00
parent c066a7d46b
commit 2389b30e68
+2 -2
View File
@@ -21,12 +21,12 @@ NODE_ENV=production
# If not set, no image will be displayed.
# LOGIN_IMAGE_URL=https://example.com/your-logo.png
# Whether to enable the token-based login for the main info page.
# Whether to enable the token-based or password-based login for the main info page.
# Defaults to true. Set to false to disable login and make the info page public.
# ENABLE_INFO_PAGE_LOGIN=true
# Authentication mode for the service info page. (token | password)
# If 'token', any valid user token (via `getUser()`) is used (requires GATEKEEPER='user_token' mode).
# If 'token', any valid user token is used (requires GATEKEEPER='user_token' mode).
# If 'password', SERVICE_INFO_PASSWORD is used.
# Defaults to 'token' if ENABLE_INFO_PAGE_LOGIN is true.
# SERVICE_INFO_AUTH_MODE=token