From ad031625cd6a6cb8f8d636123f5c96500ea8bb0b Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 12 Dec 2014 12:02:01 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08fcaa31..f3520866 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,12 @@ INSIGHT_IGNORE_CACHE # True to ignore cache of spents in transaction, with more 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_EMAILSTORE # if "true" will enable a plugin to store data with a validated email address ENABLE_CURRENCYRATES # if "true" will enable a plugin to obtain historic conversion rates for various currencies 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 +ENABLE_EMAILSTORE # if "true" will enable a plugin to store data with a validated email address +INSIGHT_EMAIL_CONFIRM_HOST # Only meanfull if ENABLE_EMAILSTORE is enable. Hostname for the confirm URLs. E.g: 'https://insight.bitpay.com' ```