From 586fe6d4dc78a20c2d7b91c5119f70cced4cddf6 Mon Sep 17 00:00:00 2001 From: Igor Borodin Date: Thu, 7 Mar 2024 09:03:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e5cd1b..f35ed03 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ We recommend using pgtune [online] or [self-hoste If you want to set basic auth for inbound requests, You can do it by configuring next variables: ```yaml # Enable basic auth for external node -enable_basic_auth: false +enable_basic_auth: true basic_auth_secret: "htpasswd-generated-secret" ``` Basic auth secret can be generated by next command: