mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
32 lines
617 B
JSON
32 lines
617 B
JSON
{
|
|
"MEMPOOL": {
|
|
"NETWORK": "signet",
|
|
"BACKEND": "esplora",
|
|
"HTTP_PORT": 8995,
|
|
"MINED_BLOCKS_CACHE": 144,
|
|
"SPAWN_CLUSTER_PROCS": 0,
|
|
"API_URL_PREFIX": "/api/v1/",
|
|
"POLL_RATE_MS": 2000
|
|
},
|
|
"CORE_RPC": {
|
|
"PORT": 38332,
|
|
"USERNAME": "foo",
|
|
"PASSWORD": "bar"
|
|
},
|
|
"ESPLORA": {
|
|
"REST_API_URL": "http://127.0.0.1:4003"
|
|
},
|
|
"DATABASE": {
|
|
"ENABLED": true,
|
|
"HOST": "127.0.0.1",
|
|
"PORT": 3306,
|
|
"USERNAME": "smempool",
|
|
"PASSWORD": "smempool",
|
|
"DATABASE": "smempool"
|
|
},
|
|
"STATISTICS": {
|
|
"ENABLED": true,
|
|
"TX_PER_SECOND_SAMPLE_PERIOD": 150
|
|
}
|
|
}
|