Add Open Graph link unfurler service
This commit is contained in:
14
unfurler/config.sample.json
Normal file
14
unfurler/config.sample.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user