mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 22:25:34 +01:00
Set mempool enabled to false in production.
This commit is contained in:
parent
5957b71774
commit
67cbbda04b
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