From 330269b799ca226174d79afd52db3776e3ddb770 Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Fri, 24 Oct 2014 10:48:54 -0300 Subject: [PATCH] Add email plugin configuration to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65f2b74..2248cfa 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ 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_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