Update misc files used for mempool.space production website

This commit is contained in:
wiz
2020-05-25 18:42:00 +09:00
parent 2c345426cb
commit 003361befb
10 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"HTTP_PORT": 8997,
"DB_HOST": "localhost",
"DB_PORT": 3306,
"DB_USER": "tmempool",
"DB_PASSWORD": "tmempool",
"DB_DATABASE": "tmempool",
"API_ENDPOINT": "/api/v1/",
"ELECTRS_POLL_RATE_MS": 2000,
"MEMPOOL_REFRESH_RATE_MS": 2000,
"DEFAULT_PROJECTED_BLOCKS_AMOUNT": 8,
"KEEP_BLOCK_AMOUNT": 24,
"INITIAL_BLOCK_AMOUNT": 8,
"TX_PER_SECOND_SPAN_SECONDS": 150,
"ELECTRS_API_URL": "http://[::1]:3002",
"SSL": false,
"SSL_CERT_FILE_PATH": "/etc/letsencrypt/live/mysite/fullchain.pem",
"SSL_KEY_FILE_PATH": "/etc/letsencrypt/live/mysite/privkey.pem"
}