7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
|
|
module.exports = {
|
||
|
|
session: {
|
||
|
|
// If this still says `undefined`, set a real secret!
|
||
|
|
secret: 'Px*2389WQ693cb6DIe6ad38J'
|
||
|
|
}
|
||
|
|
};
|