copy paste support

This commit is contained in:
anarch3 2022-11-16 07:36:27 -05:00
parent adeda1b0f5
commit 3bd9d47a3c
4 changed files with 27 additions and 3 deletions

2
app.js
View file

@ -31,7 +31,7 @@ app.use(express.static(path.join(__dirname, 'public')));
app.use(express.static(path.join(__dirname, 'public')));
app.use(session({
secret: process.env.EBSECRET || 'keyboard cat',
secret: process.env.EBSECRET || 'pleasechangeme',
resave: false,
saveUninitialized: false,
store: new SQLiteStore({