mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 06:21:46 +01:00
ops: Disable mempool loop for lightning backends
This commit is contained in:
parent
cb9d09a930
commit
6e83bee23f
3 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"MEMPOOL": {
|
||||
"ENABLED": false,
|
||||
"NETWORK": "mainnet",
|
||||
"BACKEND": "esplora",
|
||||
"HTTP_PORT": 8993,
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"MEMPOOL": {
|
||||
"ENABLED": false,
|
||||
"NETWORK": "signet",
|
||||
"BACKEND": "esplora",
|
||||
"HTTP_PORT": 8991,
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"MEMPOOL": {
|
||||
"ENABLED": false,
|
||||
"NETWORK": "testnet",
|
||||
"BACKEND": "esplora",
|
||||
"HTTP_PORT": 8992,
|
||||
|
|
Loading…
Add table
Reference in a new issue