From ef28914421a4373d8dbbd3c639885e395ef90421 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 5 Aug 2014 20:21:34 -0300 Subject: [PATCH] add small docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef75b629..92875557 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ INSIGHT_NETWORK [= 'livenet' | 'testnet'] INSIGHT_DB # Path where to store insight's internal DB. (defaults to $HOME/.insight) INSIGHT_SAFE_CONFIRMATIONS=6 # Nr. of confirmation needed to start caching transaction information INSIGHT_IGNORE_CACHE # True to ignore cache of spents in transaction, with more than INSIGHT_SAFE_CONFIRMATIONS confirmations. This is useful for tracking double spents for old transactions. +ENABLE_MESSAGE_BROKER # if "true" will enable message broker module ```