From dbe77f61f1826f47084766b58e4e5b606855089b Mon Sep 17 00:00:00 2001 From: Damian Orzepowski Date: Thu, 27 Jun 2024 08:19:09 +0200 Subject: [PATCH] docs(#259): fix env names in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc5c8956..2a785603 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ http://localhost:8080/swagger/index.html The default assumes you want to use Authentication. This requires a single environment variable. -`HTTP_SERVER_AUTHTOKEN=replace_me_with_token_you_want_to_use_as_admin_token` +`BHS_HTTP_AUTH_TOKEN=replace_me_with_token_you_want_to_use_as_admin_token` #### Disabling Auth Requirement @@ -96,7 +96,7 @@ This is available if you prefer to use your own authentication in a separate pro We do not recommend you expose the server to the internet without authentication, as it would then be possible for anyone to prune your headers at will. -`HTTP_SERVER_USEAUTH=false` +`BHS_HTTP_USE_AUTH=false` #### Authenticate with admin token