From 71a4e249004767e8a4cbc71a29a02ba7d23b2cef Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 30 Dec 2021 08:25:44 +0900 Subject: [PATCH] Delete duplicate production/mempool-config.liquid-testnet.json file --- production/mempool-config.liquid-testnet.json | 39 ------------------- 1 file changed, 39 deletions(-) delete mode 100644 production/mempool-config.liquid-testnet.json diff --git a/production/mempool-config.liquid-testnet.json b/production/mempool-config.liquid-testnet.json deleted file mode 100644 index dc29af452..000000000 --- a/production/mempool-config.liquid-testnet.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "MEMPOOL": { - "NETWORK": "liquid", - "BACKEND": "esplora", - "HTTP_PORT": 8998, - "MINED_BLOCKS_CACHE": 144, - "SPAWN_CLUSTER_PROCS": 0, - "API_URL_PREFIX": "/api/v1/", - "WEBSOCKET_REFRESH_RATE_MS": 2000 - }, - "SYSLOG" : { - "MIN_PRIORITY": "debug" - }, - "CORE_RPC": { - "PORT": 7041, - "USERNAME": "foo", - "PASSWORD": "bar" - }, - "SECOND_CORE_RPC": { - "PORT": 8332, - "USERNAME": "foo", - "PASSWORD": "bar" - }, - "ESPLORA": { - "REST_API_URL": "http://127.0.0.1:4001" - }, - "DATABASE": { - "ENABLED": true, - "HOST": "127.0.0.1", - "PORT": 3306, - "USERNAME": "lmempool", - "PASSWORD": "lmempool", - "DATABASE": "lmempool" - }, - "STATISTICS": { - "ENABLED": true, - "TX_PER_SECOND_SAMPLE_PERIOD": 150 - } -}