forked from DebaucheryLibrarian/traxxx
Tied consent warning to session.
This commit is contained in:
@@ -10,6 +10,14 @@ module.exports = {
|
||||
port: 5000,
|
||||
sfwHost: '0.0.0.0',
|
||||
sfwPort: 5001,
|
||||
session: {
|
||||
secret: '12345678abcdefghij',
|
||||
resave: false,
|
||||
saveUninitialized: false,
|
||||
cookie: {
|
||||
secure: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
exclude: {
|
||||
channels: [
|
||||
|
||||
Reference in New Issue
Block a user