New backend config "NETWORK".

Only activate mempool protection.
Log network to
fixes #140
This commit is contained in:
softsimon
2020-10-15 11:07:53 +07:00
parent be59db31c4
commit 6dea589820
4 changed files with 8 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
"DB_DISABLED": false,
"API_ENDPOINT": "/api/v1/",
"ELECTRS_POLL_RATE_MS": 2000,
"LIQUID": true,
"NETWORK": "mainnet",
"MEMPOOL_REFRESH_RATE_MS": 2000,
"DEFAULT_PROJECTED_BLOCKS_AMOUNT": 8,
"KEEP_BLOCK_AMOUNT": 24,