From 1114c9a4c6b95ff4c9193c4c97f7b87cd322bc59 Mon Sep 17 00:00:00 2001 From: otani Date: Thu, 7 Mar 2024 09:55:10 +0200 Subject: [PATCH] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f0de0e..d3a6695 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ If you want to set basic auth for inbound requests, You can do it by configure n ```yaml # Enable basic auth for external node enable_basic_auth: false -basic_auth_secret: "" +basic_auth_secret: "htpasswd-generated-secret" ``` Basic auth secret can be generated by next command: