mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
fix tests
This commit is contained in:
parent
0ac3ae1cb1
commit
4c7f93d1ef
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ describe('Mempool Backend Config', () => {
|
|||
BLOCKS_SUMMARIES_INDEXING: false,
|
||||
GOGGLES_INDEXING: false,
|
||||
HTTP_PORT: 8999,
|
||||
UNIX_SOCKET_PATH: '/mempool/socket/mempool-bitcoin-mainnet',
|
||||
UNIX_SOCKET_PATH: '',
|
||||
SPAWN_CLUSTER_PROCS: 0,
|
||||
API_URL_PREFIX: '/api/v1/',
|
||||
AUTOMATIC_BLOCK_REINDEXING: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue