🎉 able to login & logout

This commit is contained in:
Song
2021-01-17 14:26:33 +08:00
parent 22975603c6
commit b419c0f096
26 changed files with 729 additions and 244 deletions
+2
View File
@@ -2,6 +2,8 @@ const config = {
port: process.env.PORT || 3000,
database: 'data.db',
href: 'https://github.com/',
session_secret: 'change this',
cookie_secret: 'change this',
};
module.exports = config;