Set mempool enabled to false in production.

This commit is contained in:
softsimon 2022-11-21 17:26:56 +09:00
parent 5957b71774
commit 67cbbda04b
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7
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,