Moved files, and shortened some

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-05 23:43:56 +01:00
parent 4bca663bb3
commit 62944eb976
6 changed files with 10 additions and 41 deletions

View File

@@ -1,6 +1,8 @@
var mongo_config = {
config: 'mydb',
secret: "secret",
secret: 'secret',
users: 'users',
host: 'localhost',
};
module.exports = mongo_config;