Started using persistance login for admin-panel

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-14 13:57:34 +01:00
parent 958710440c
commit c3b8b53c6c
4 changed files with 186 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ var mongo_config = {
secret: 'secret',
users: 'users',
host: 'localhost',
port: '27017',
};
module.exports = mongo_config;