Update production/mempool-config.*.json files for new backend config

This commit is contained in:
wiz
2021-01-11 17:26:16 +09:00
parent 648bffd171
commit 68e9fa46f5
4 changed files with 33 additions and 19 deletions

View File

@@ -1,17 +1,21 @@
{
"MEMPOOL": {
"NETWORK": "testnet",
"BACKEND": "esplora",
"HTTP_PORT": 8997,
"MINED_BLOCKS_CACHE": 144,
"SPAWN_CLUSTER_PROCS": 0,
"API_URL_PREFIX": "/api/v1/",
"WEBSOCKET_REFRESH_RATE_MS": 2000
},
"ELECTRS": {
"ENABLED": true,
"REST_API_URL": "http://[::1]:3002",
"POLL_RATE_MS": 2000
},
"CORE_RPC": {
"PORT": 18332,
"USERNAME": "foo",
"PASSWORD": "bar"
},
"ESPLORA": {
"REST_API_URL": "http://[::1]:3002"
},
"DATABASE": {
"ENABLED": true,
"HOST": "localhost",