Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: // file - config/local.js module.exports = { mongo_db : { username : 'TheUsername', password : 'ThePassword', database : 'TheDatabase' } } // file - config/connections.js module.exports.connections = { mongo_db: { adapter: 'sails-mongo', host: 'localhost', port: 27017, user: sails.config.mongo_db.username, password: sails.config.mong Source: http://pastebin.com/raw.php?i=9bTCdjYT
↧