mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
ops: Enable unix socket for mempool backends
This commit is contained in:
parent
80cb1bd31f
commit
60bd6fa14d
6 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"NETWORK": "liquid",
|
||||
"BACKEND": "esplora",
|
||||
"HTTP_PORT": 8998,
|
||||
"UNIX_SOCKET_PATH": "/mempool/socket/mempool-elements-liquid",
|
||||
"MINED_BLOCKS_CACHE": 144,
|
||||
"SPAWN_CLUSTER_PROCS": 0,
|
||||
"API_URL_PREFIX": "/api/v1/",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"NETWORK": "liquid",
|
||||
"BACKEND": "esplora",
|
||||
"HTTP_PORT": 8994,
|
||||
"UNIX_SOCKET_PATH": "/mempool/socket/mempool-elements-liquidtestnet",
|
||||
"MINED_BLOCKS_CACHE": 144,
|
||||
"SPAWN_CLUSTER_PROCS": 0,
|
||||
"API_URL_PREFIX": "/api/v1/",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"NETWORK": "mainnet",
|
||||
"BACKEND": "esplora",
|
||||
"HTTP_PORT": 8999,
|
||||
"UNIX_SOCKET_PATH": "/mempool/socket/mempool-bitcoin-mainnet",
|
||||
"CACHE_ENABLED": false,
|
||||
"MINED_BLOCKS_CACHE": 144,
|
||||
"SPAWN_CLUSTER_PROCS": 0,
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"NETWORK": "signet",
|
||||
"BACKEND": "esplora",
|
||||
"HTTP_PORT": 8995,
|
||||
"UNIX_SOCKET_PATH": "/mempool/socket/mempool-bitcoin-signet",
|
||||
"MINED_BLOCKS_CACHE": 144,
|
||||
"SPAWN_CLUSTER_PROCS": 0,
|
||||
"API_URL_PREFIX": "/api/v1/",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"NETWORK": "testnet",
|
||||
"BACKEND": "esplora",
|
||||
"HTTP_PORT": 8997,
|
||||
"UNIX_SOCKET_PATH": "/mempool/socket/mempool-bitcoin-testnet",
|
||||
"MINED_BLOCKS_CACHE": 144,
|
||||
"SPAWN_CLUSTER_PROCS": 0,
|
||||
"API_URL_PREFIX": "/api/v1/",
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
"NETWORK": "testnet",
|
||||
"BACKEND": "esplora",
|
||||
"HTTP_PORT": 8990,
|
||||
"UNIX_SOCKET_PATH": "/mempool/socket/mempool-bitcoin-testnet4",
|
||||
"MINED_BLOCKS_CACHE": 144,
|
||||
"SPAWN_CLUSTER_PROCS": 0,
|
||||
"API_URL_PREFIX": "/api/v1/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue