mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
19 lines
597 B
JSON
19 lines
597 B
JSON
{
|
|
"SERVER": {
|
|
"HOST": "http://localhost",
|
|
"HTTP_PORT": 4201
|
|
},
|
|
"MEMPOOL": {
|
|
"HTTP_HOST": "http://localhost",
|
|
"HTTP_PORT": 4200,
|
|
"NETWORK": "bitcoin" // "bitcoin" | "liquid" | "bisq" (optional - defaults to "bitcoin")
|
|
},
|
|
"PUPPETEER": {
|
|
"DISABLE": false, // optional, boolean, disables puppeteer and /render endpoints
|
|
"CLUSTER_SIZE": 2,
|
|
"EXEC_PATH": "/usr/local/bin/chrome", // optional
|
|
"MAX_PAGE_AGE": 86400, // maximum lifetime of a page session (in seconds)
|
|
"RENDER_TIMEOUT": 3000, // timeout for preview image rendering (in ms) (optional)
|
|
}
|
|
}
|