Added secret to mongo-config

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-05 19:55:17 +01:00
parent c0a2e3331f
commit 367f63e94e

View File

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