remove leveldb

This commit is contained in:
Wingy 2020-11-03 22:01:52 -05:00
parent de17482fdf
commit 653b8ef91a
5 changed files with 622 additions and 142 deletions

View file

@ -9,7 +9,6 @@ module.exports = {
dbExposePort: Number(process.env.DB_EXPOSE_PORT) || null,
proxyServer: process.env.PROXY_SERVER || undefined,
secret: process.env.SECRET || require('./secret'),
sessionStore: process.env.SESSION_STORE || './sessions',
sessionMaxAge: Number(process.env.SESSION_MAX_AGE) || 1000 * 60 * 60 * 24 * 7,
siteTitle: process.env.SITE_TITLE || 'Christmas Community',
shortTitle: process.env.SHORT_TITLE || 'Christmas',