mirror of
https://github.com/mempool/mempool.git
synced 2025-01-03 20:24:28 +01:00
2cbf1474c3
Removed "absolute" from config names.
13 lines
389 B
JSON
13 lines
389 B
JSON
{
|
|
"TESTNET_ENABLED": false,
|
|
"LIQUID_ENABLED": false,
|
|
"BISQ_ENABLED": false,
|
|
"BISQ_SEPARATE_BACKEND": false,
|
|
"ELECTRS_ITEMS_PER_PAGE": 25,
|
|
"KEEP_BLOCKS_AMOUNT": 8,
|
|
"SPONSORS_ENABLED": false,
|
|
"BACKEND_URL": "http://127.0.0.1:8999",
|
|
"ELECTRS_URL": "http://127.0.0.1:4200",
|
|
"ELECTRS_URL_SERVER": "http://127.0.0.1:50001",
|
|
"STATIC_WEBSERVER_URL": "http://127.0.0.1:4200"
|
|
} |