add missing unfurler config file

This commit is contained in:
Mononaut 2024-12-09 17:20:34 +00:00
parent 59cefc2b4b
commit 522b4d914f
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -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
}
}