remove leveldb
This commit is contained in:
parent
de17482fdf
commit
653b8ef91a
5 changed files with 622 additions and 142 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue