mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 12:10:33 +02:00
#2825 change insert of string data
This commit is contained in:
@@ -309,7 +309,7 @@ index-batch-size = 10
|
|||||||
wait_duration_secs = 10
|
wait_duration_secs = 10
|
||||||
jsonrpc_timeout_secs = 15
|
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
|
||||||
txid_limit = 1000
|
txid_limit = 1000
|
||||||
server_banner = \"Welcome to electrs $ELECTRSVERSION - the Electrum Rust Server on your RaspiBlitz\"
|
server_banner = \"Welcome to electrs $ELECTRSVERSION - the Electrum Rust Server on your RaspiBlitz\"
|
||||||
|
Reference in New Issue
Block a user