[server] express server also listens on unix socket

This commit is contained in:
nymkappa
2024-04-07 18:39:37 +09:00
parent 501b79fdce
commit bed00fbd41
7 changed files with 93 additions and 32 deletions

View File

@@ -20,6 +20,7 @@ describe('Mempool Backend Config', () => {
BLOCKS_SUMMARIES_INDEXING: false,
GOGGLES_INDEXING: false,
HTTP_PORT: 8999,
UNIX_SOCKET_PATH: '/mempool/socket/mempool-bitcoin-mainnet',
SPAWN_CLUSTER_PROCS: 0,
API_URL_PREFIX: '/api/v1/',
AUTOMATIC_BLOCK_REINDEXING: false,