mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Started using persistance login for admin-panel
This commit is contained in:
@@ -3,6 +3,7 @@ var mongo_config = {
|
||||
secret: 'secret',
|
||||
users: 'users',
|
||||
host: 'localhost',
|
||||
port: '27017',
|
||||
};
|
||||
|
||||
module.exports = mongo_config;
|
||||
|
||||
Reference in New Issue
Block a user