diff --git a/README.md b/README.md index f203f683..51b26400 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