update doc

This commit is contained in:
otani
2024-03-07 09:55:10 +02:00
parent 950cbd4f7d
commit 1114c9a4c6

View File

@ -72,7 +72,7 @@ If you want to set basic auth for inbound requests, You can do it by configure n
```yaml ```yaml
# Enable basic auth for external node # Enable basic auth for external node
enable_basic_auth: false enable_basic_auth: false
basic_auth_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: