summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 26bd142..35af133 100644
--- a/README.md
+++ b/README.md
@@ -40,10 +40,14 @@ mysql -u carbon -p bucky < bucky-20150903.sql
### MongoDB
+DEPRECATED
+
MongoDB is used in production as session store, but another session middleware can be substituted (it would be nice to not use Mongo). By default `SESSIONS_IN_MEMORY=yes` in the .env will use the default memorystore from Express, but this is not ideal for something accessible publicly on the open internet.
### Berkeley DB
+DEPRECATED
+
Used for the search, `libdb` should already be installed on your system.
## Building the search index