mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Add missing production/mempool-frontend-config.json
This commit is contained in:
parent
f462cb27c6
commit
a05af48059
1 changed files with 12 additions and 0 deletions
12
production/mempool-frontend-config.json
Normal file
12
production/mempool-frontend-config.json
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"TESTNET_ENABLED": true,
|
||||||
|
"LIQUID_ENABLED": true,
|
||||||
|
"BISQ_ENABLED": true,
|
||||||
|
"BISQ_SEPARATE_BACKEND": true,
|
||||||
|
"ITEMS_PER_PAGE": 25,
|
||||||
|
"KEEP_BLOCKS_AMOUNT": 8,
|
||||||
|
"SPONSORS_ENABLED": false,
|
||||||
|
"NGINX_PROTOCOL": "http",
|
||||||
|
"NGINX_HOSTNAME": "127.0.0.1",
|
||||||
|
"NGINX_PORT": "80"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue