Update README.md

This commit is contained in:
Igor Borodin
2024-03-07 09:03:52 +01:00
committed by GitHub
parent bb74dfc55f
commit 586fe6d4dc

View File

@ -71,7 +71,7 @@ We recommend using pgtune [online]<https://pgtune.leopard.in.ua/> or [self-hoste
If you want to set basic auth for inbound requests, You can do it by configuring next variables: If you want to set basic auth for inbound requests, You can do it by configuring next variables:
```yaml ```yaml
# Enable basic auth for external node # Enable basic auth for external node
enable_basic_auth: false enable_basic_auth: true
basic_auth_secret: "htpasswd-generated-secret" basic_auth_secret: "htpasswd-generated-secret"
``` ```
Basic auth secret can be generated by next command: Basic auth secret can be generated by next command: