mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added secret to mongo-config
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
var mongo_config = {
|
||||
config: 'mydb'
|
||||
config: 'mydb',
|
||||
secret: "secret",
|
||||
};
|
||||
|
||||
module.exports = mongo_config;
|
||||
|
||||
Reference in New Issue
Block a user