From a05af48059bb4b0005cec4ac2f150edb5e1ecf78 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 11 Jan 2021 23:13:41 +0900 Subject: [PATCH] Add missing production/mempool-frontend-config.json --- production/mempool-frontend-config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 production/mempool-frontend-config.json diff --git a/production/mempool-frontend-config.json b/production/mempool-frontend-config.json new file mode 100644 index 000000000..28b542696 --- /dev/null +++ b/production/mempool-frontend-config.json @@ -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" +}