From 2389b30e680115e8ea61da07aacc1085f43c4d50 Mon Sep 17 00:00:00 2001 From: Nopm Date: Tue, 3 Jun 2025 21:47:39 -0300 Subject: [PATCH] doc update --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 2d64415..e23902f 100644 --- a/.env.example +++ b/.env.example @@ -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