set backend to none

This commit is contained in:
benthecarman
2023-04-08 18:04:09 -05:00
parent 10b8d2adf6
commit c5e3247850

View File

@@ -71,7 +71,7 @@ services:
container_name: "mempool_backend"
environment:
MEMPOOL_NETWORK: "signet"
MEMPOOL_BACKEND: "esplora"
MEMPOOL_BACKEND: "none"
ELECTRUM_HOST: "electrs"
ELECTRUM_PORT: "50001"
ELECTRUM_TLS_ENABLED: "false"