From 522b4d914f0a11359f9b7c518261dc1d37e960d2 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Mon, 9 Dec 2024 17:20:34 +0000 Subject: [PATCH] add missing unfurler config file --- production/unfurler-config.bitb.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 production/unfurler-config.bitb.json diff --git a/production/unfurler-config.bitb.json b/production/unfurler-config.bitb.json new file mode 100644 index 000000000..8a4f14448 --- /dev/null +++ b/production/unfurler-config.bitb.json @@ -0,0 +1,17 @@ +{ + "SERVER": { + "HOST": "https://bitb.tk7.mempool.space", + "HTTP_PORT": 8006 + }, + "MEMPOOL": { + "HTTP_HOST": "http://127.0.0.1", + "HTTP_PORT": 86, + "NETWORK": "bitb" + }, + "PUPPETEER": { + "CLUSTER_SIZE": 8, + "EXEC_PATH": "/usr/local/bin/chrome", + "MAX_PAGE_AGE": 86400, + "RENDER_TIMEOUT": 3000 + } +}