mirror of
https://github.com/mempool/mempool.git
synced 2025-03-15 12:20:28 +01:00
ops: Add metaplanet related configs
This commit is contained in:
parent
0d31143fed
commit
12daea0f62
2 changed files with 36 additions and 0 deletions
19
production/mempool-frontend-config.meta.json
Normal file
19
production/mempool-frontend-config.meta.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-meta-config.json"
|
||||||
|
}
|
17
production/unfurler-config.meta.json
Normal file
17
production/unfurler-config.meta.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"SERVER": {
|
||||||
|
"HOST": "https://onbtc.tk7.mempool.space",
|
||||||
|
"HTTP_PORT": 8004
|
||||||
|
},
|
||||||
|
"MEMPOOL": {
|
||||||
|
"HTTP_HOST": "http://127.0.0.1",
|
||||||
|
"HTTP_PORT": 84,
|
||||||
|
"NETWORK": "onbtc"
|
||||||
|
},
|
||||||
|
"PUPPETEER": {
|
||||||
|
"CLUSTER_SIZE": 8,
|
||||||
|
"EXEC_PATH": "/usr/local/bin/chrome",
|
||||||
|
"MAX_PAGE_AGE": 86400,
|
||||||
|
"RENDER_TIMEOUT": 3000
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue