diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
