Add Unfurl to the prod installer

This commit is contained in:
Stephan Oeste
2022-07-29 20:13:48 +02:00
parent c9157c974f
commit 0127eed3bf
5 changed files with 211 additions and 45 deletions

View File

@@ -0,0 +1,13 @@
{
"SERVER": {
"HOST": "https://mempool.space",
"HTTP_PORT": 8001
},
"MEMPOOL": {
"HTTP_HOST": "https://mempool.space",
"HTTP_PORT": 443
},
"PUPPETEER": {
"CLUSTER_SIZE": 8
}
}