Added sample config

This commit is contained in:
2016-02-12 05:47:57 +08:00
parent e1f2926f64
commit 871591f049
4 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
module.exports = {
host: "mongodb://123.456.789.0/database_name"
, auth:{
user: "UserName"
, pass: "Password"
}
};