mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
add frontend config
This commit is contained in:
parent
c491560ad9
commit
7d79ea82a5
1 changed files with 19 additions and 0 deletions
19
production/mempool-frontend-config.river.json
Normal file
19
production/mempool-frontend-config.river.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"OFFICIAL_MEMPOOL_SPACE": true,
|
||||
"TESTNET_ENABLED": true,
|
||||
"TESTNET4_ENABLED": true,
|
||||
"LIQUID_ENABLED": true,
|
||||
"LIQUID_TESTNET_ENABLED": true,
|
||||
"BISQ_ENABLED": true,
|
||||
"BISQ_SEPARATE_BACKEND": true,
|
||||
"SIGNET_ENABLED": true,
|
||||
"MEMPOOL_WEBSITE_URL": "https://mempool.space",
|
||||
"LIQUID_WEBSITE_URL": "https://liquid.network",
|
||||
"BISQ_WEBSITE_URL": "https://bisq.markets",
|
||||
"ITEMS_PER_PAGE": 25,
|
||||
"LIGHTNING": true,
|
||||
"ACCELERATOR": true,
|
||||
"PUBLIC_ACCELERATIONS": true,
|
||||
"AUDIT": true,
|
||||
"CUSTOMIZATION": "custom-river-config.json"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue