Add missing production/mempool-frontend-config.json

This commit is contained in:
wiz 2021-01-11 23:13:41 +09:00
parent f462cb27c6
commit a05af48059
No known key found for this signature in database
GPG key ID: A394E332255A6173

View 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"
}