don't use puppeteer to render unfurl meta tags

This commit is contained in:
Mononaut
2022-08-03 01:11:54 +00:00
parent 94d1aeb287
commit 31ced9e23c
4 changed files with 87 additions and 25 deletions

View File

@@ -5,11 +5,13 @@
},
"MEMPOOL": {
"HTTP_HOST": "http://localhost",
"HTTP_PORT": 4200
"HTTP_PORT": 4200,
"NETWORK": "bitcoin" // "bitcoin" | "liquid" | "bisq" (optional - defaults to "bitcoin")
},
"PUPPETEER": {
"CLUSTER_SIZE": 2,
"EXEC_PATH": "/usr/local/bin/chrome", // optional
"MAX_PAGE_AGE": 86400 // maximum lifetime of a page session (in seconds)
"MAX_PAGE_AGE": 86400, // maximum lifetime of a page session (in seconds)
"RENDER_TIMEOUT": 3000, // timeout for preview image rendering (in ms) (optional)
}
}