mempool/production/unfurler-config.meta.json

18 lines
333 B
JSON
Raw Normal View History

2024-12-09 10:22:33 +09:00
{
"SERVER": {
2024-12-09 15:22:25 +09:00
"HOST": "https://metaplanet.mempool.space",
"HTTP_PORT": 8005
2024-12-09 10:22:33 +09:00
},
"MEMPOOL": {
"HTTP_HOST": "http://127.0.0.1",
2024-12-09 15:22:25 +09:00
"HTTP_PORT": 85,
"NETWORK": "meta"
2024-12-09 10:22:33 +09:00
},
"PUPPETEER": {
"CLUSTER_SIZE": 8,
"EXEC_PATH": "/usr/local/bin/chrome",
"MAX_PAGE_AGE": 86400,
"RENDER_TIMEOUT": 3000
}
}