Merge pull request #185 from maraoz/fix/README

fix readme
This commit is contained in:
Matias Alejo Garcia 2014-09-08 17:30:11 -03:00
commit 1fc88a35c6
1 changed files with 2 additions and 0 deletions

View File

@ -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