mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
electrs: override defaults in the config #2548
This commit is contained in:
@@ -308,7 +308,9 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
verbose = 2
|
verbose = 2
|
||||||
timestamp = true
|
timestamp = true
|
||||||
jsonrpc_import = true
|
jsonrpc_import = true
|
||||||
index-batch-size=10
|
index-batch-size = 10
|
||||||
|
wait_duration_secs = 10
|
||||||
|
jsonrpc_timeout_secs = 15
|
||||||
db_dir = \"/mnt/hdd/app-storage/electrs/db\"
|
db_dir = \"/mnt/hdd/app-storage/electrs/db\"
|
||||||
auth = \"$RPC_USER:$PASSWORD_B\"
|
auth = \"$RPC_USER:$PASSWORD_B\"
|
||||||
# allow BTC-RPC-explorer show tx-s for addresses with a history of more than 100
|
# allow BTC-RPC-explorer show tx-s for addresses with a history of more than 100
|
||||||
|
Reference in New Issue
Block a user