doc update
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user