disable password auth btc-rpc-explorer (#2373)

By default password it is not activated, so I think it should be disabled since the script already create a specific user to run this service and rpc commands are disabled by default.
This commit is contained in:
Tracachang 2022-05-17 19:31:27 +00:00 committed by GitHub
parent d3700887ae
commit ed711c0397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,7 +245,7 @@ BTCEXP_BITCOIND_RPC_TIMEOUT=10000
BTCEXP_PRIVACY_MODE=true
# Password protection for site via basic auth (enter any username, only the password is checked)
# Default: none
BTCEXP_BASIC_AUTH_PASSWORD=$PASSWORD_B
#BTCEXP_BASIC_AUTH_PASSWORD=$PASSWORD_B
# Select optional "address API" to display address tx lists and balances
# Options: electrumx, blockchain.com, blockchair.com, blockcypher.com
# If electrumx set, the BTCEXP_ELECTRUMX_SERVERS variable must also be