mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
11 lines
179 B
JavaScript
11 lines
179 B
JavaScript
var mongo_config = {
|
|
config: 'mydb',
|
|
secret: 'secret',
|
|
users: 'users',
|
|
host: 'localhost',
|
|
port: '27017',
|
|
expire: 86400,
|
|
};
|
|
|
|
module.exports = mongo_config;
|