mirror of
https://github.com/mempool/mempool.git
synced 2025-01-01 11:14:25 +01:00
12 lines
247 B
JSON
12 lines
247 B
JSON
|
{
|
||
|
"TESTNET_ENABLED": true,
|
||
|
"LIQUID_ENABLED": true,
|
||
|
"BISQ_ENABLED": true,
|
||
|
"BISQ_SEPARATE_BACKEND": true,
|
||
|
"ITEMS_PER_PAGE": 25,
|
||
|
"KEEP_BLOCKS_AMOUNT": 8,
|
||
|
"NGINX_PROTOCOL": "http",
|
||
|
"NGINX_HOSTNAME": "127.0.0.1",
|
||
|
"NGINX_PORT": "80"
|
||
|
}
|