Add Open Graph link unfurler service

This commit is contained in:
Mononaut
2022-07-24 21:16:57 +00:00
parent fbdf6da314
commit 9656ee92b7
14 changed files with 4877 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"SERVER": {
"HOST": "http://localhost",
"HTTP_PORT": 4201
},
"MEMPOOL": {
"HTTP_HOST": "http://localhost",
"HTTP_PORT": 4200
},
"PUPPETEER": {
"CLUSTER_SIZE": 2,
"EXEC_PATH": "/usr/local/bin/chrome" // optional
}
}