Update ops scripts for unfurler and cache warmer

This commit is contained in:
wiz
2022-08-28 13:04:40 +02:00
parent bbf1db5b0a
commit 6962efa807
11 changed files with 93 additions and 77 deletions

View File

@@ -0,0 +1,17 @@
{
"SERVER": {
"HOST": "https://liquid.network",
"HTTP_PORT": 8002
},
"MEMPOOL": {
"HTTP_HOST": "https://liquid.network",
"HTTP_PORT": 443,
"NETWORK": "liquid"
},
"PUPPETEER": {
"CLUSTER_SIZE": 8,
"EXEC_PATH": "/usr/local/bin/chrome",
"MAX_PAGE_AGE": 86400,
"RENDER_TIMEOUT": 3000
}
}