Added sample config
This commit is contained in:
7
notify-term/config/db.js.example
Normal file
7
notify-term/config/db.js.example
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
host: "mongodb://123.456.789.0/database_name"
|
||||
, auth:{
|
||||
user: "UserName"
|
||||
, pass: "Password"
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user