mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 06:21:46 +01:00
17 lines
512 B
JSON
17 lines
512 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": {
|
|
"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)
|
|
}
|
|
}
|