From bb74dfc55f2819b7ed363bdfe6533b894d57472c Mon Sep 17 00:00:00 2001 From: Igor Borodin Date: Thu, 7 Mar 2024 09:03:29 +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 d3a6695..7e5cd1b 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ postgres_arguments: We recommend using pgtune [online] or [self-hosted](https://github.com/le0pard/pgtune) version with with "Online transaction processing system" preset as a good starting point for generating optimal config for your hardware. -If you want to set basic auth for inbound requests, You can do it by configure next variables: +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