term-notify-server/notify-term/config/db.js.example

8 lines
122 B
Plaintext
Raw Normal View History

2016-02-11 21:47:57 +00:00
module.exports = {
host: "mongodb://123.456.789.0/database_name"
, auth:{
user: "UserName"
, pass: "Password"
}
};