Add setting to disable database use.

This commit is contained in:
softsimon
2020-07-23 00:04:29 +07:00
parent 251b8cdd8d
commit 86c0a5ec7b
4 changed files with 9 additions and 18 deletions

View File

@@ -5,6 +5,7 @@
"DB_USER": "mempool",
"DB_PASSWORD": "mempool",
"DB_DATABASE": "mempool",
"DB_DISABLED": false,
"API_ENDPOINT": "/api/v1/",
"ELECTRS_POLL_RATE_MS": 2000,
"MEMPOOL_REFRESH_RATE_MS": 2000,