ops: Disable mempool loop for lightning backends

This commit is contained in:
wiz 2023-05-11 11:08:09 -05:00
parent cb9d09a930
commit 6e83bee23f
No known key found for this signature in database
GPG key ID: A394E332255A6173
3 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
"MEMPOOL": {
"ENABLED": false,
"NETWORK": "mainnet",
"BACKEND": "esplora",
"HTTP_PORT": 8993,

View file

@ -1,5 +1,6 @@
{
"MEMPOOL": {
"ENABLED": false,
"NETWORK": "signet",
"BACKEND": "esplora",
"HTTP_PORT": 8991,

View file

@ -1,5 +1,6 @@
{
"MEMPOOL": {
"ENABLED": false,
"NETWORK": "testnet",
"BACKEND": "esplora",
"HTTP_PORT": 8992,