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

8 lines
122 B
Plaintext

module.exports = {
host: "mongodb://123.456.789.0/database_name"
, auth:{
user: "UserName"
, pass: "Password"
}
};