Skip to content

Commit

Permalink
Merge pull request #260 from bitcoin-sv/docs/fix-wrong-env-in-readme
Browse files Browse the repository at this point in the history
docs(#259): fix env names in README
  • Loading branch information
dorzepowski authored Jun 27, 2024
2 parents 63b38f2 + dbe77f6 commit f76f71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit f76f71f

Please sign in to comment.