From 68e51813fff6fa56fa32751ece31d3cf060f8ac5 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 8 Sep 2014 13:24:50 -0700 Subject: [PATCH] fix readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f203f68..51b2640 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ INSIGHT_DB # Path where to store insight's internal DB. (defaults to 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_MAILBOX # if "true" will enable mailbox plugin +ENABLE_CLEANER # if "true" will enable message db cleaner plugin +ENABLE_MONITOR # if "true" will enable message db monitor plugin ENABLE_RATELIMITER # if "true" will enable the ratelimiter plugin LOGGER_LEVEL # defaults to 'info', can be 'debug','verbose','error', etc. ENABLE_HTTPS # if "true" it will server using SSL/HTTPS