Update misc files used for mempool.space production website
This commit is contained in:
19
production/mempool-config.testnet.json
Normal file
19
production/mempool-config.testnet.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user