mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 09:52:14 +01:00
Default mempool backend to local electrs mock server.
This commit is contained in:
parent
912a5dab27
commit
5411feee36
@ -13,7 +13,7 @@
|
||||
"KEEP_BLOCK_AMOUNT": 24,
|
||||
"INITIAL_BLOCK_AMOUNT": 8,
|
||||
"TX_PER_SECOND_SPAN_SECONDS": 150,
|
||||
"ELECTRS_API_URL": "https://www.blockstream.info/testnet/api",
|
||||
"ELECTRS_API_URL": "http://localhost:50001",
|
||||
"BISQ_ENABLED": false,
|
||||
"BSQ_BLOCKS_DATA_PATH": "/bisq/data",
|
||||
"SSL": false,
|
||||
|
Loading…
Reference in New Issue
Block a user