mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
16 lines
369 B
JSON
16 lines
369 B
JSON
{
|
|
"TESTNET_ENABLED": false,
|
|
"SIGNET_ENABLED": false,
|
|
"LIQUID_ENABLED": false,
|
|
"BISQ_ENABLED": false,
|
|
"BISQ_SEPARATE_BACKEND": false,
|
|
"ITEMS_PER_PAGE": 10,
|
|
"KEEP_BLOCKS_AMOUNT": 8,
|
|
"NGINX_PROTOCOL": "http",
|
|
"NGINX_HOSTNAME": "127.0.0.1",
|
|
"NGINX_PORT": "80",
|
|
"MEMPOOL_BLOCKS_AMOUNT": 8,
|
|
"BLOCK_WEIGHT_UNITS": 4000000,
|
|
"BASE_MODULE": "mempool"
|
|
}
|