Adding MEMPOOL.ENABLED config to Docker

This commit is contained in:
softsimon
2022-08-28 15:47:56 +02:00
parent 0e0ac363cf
commit 601a559784
3 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"MEMPOOL": {
"NETWORK": "__MEMPOOL_NETWORK__",
"BACKEND": "__MEMPOOL_BACKEND__",
"ENABLED": __MEMPOOL_ENABLED__,
"HTTP_PORT": __MEMPOOL_HTTP_PORT__,
"SPAWN_CLUSTER_PROCS": __MEMPOOL_SPAWN_CLUSTER_PROCS__,
"API_URL_PREFIX": "__MEMPOOL_API_URL_PREFIX__",