jmarchel bdd410672d Adding dockerfile
Change-Id: Iaa70ed769c7d693ff5172f4fd3204677e4834a8a
2024-02-26 21:50:27 +02:00

9 lines
143 B
JavaScript

module.exports = {
options: {
session: {
// If this still says `undefined`, set a real secret!
secret: 'abcxyz'
}
}
};