copy paste support
This commit is contained in:
parent
adeda1b0f5
commit
3bd9d47a3c
4 changed files with 27 additions and 3 deletions
2
app.js
2
app.js
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue