diff --git a/db.js b/db.js index 683c4c0..c1d5684 100644 --- a/db.js +++ b/db.js @@ -1,7 +1,7 @@ const mongoose = require('mongoose'); -const MONGO_USERNAME = 'mrcat'; -const MONGO_PASSWORD = 'brow789*()+'; +const MONGO_USERNAME = 'sammy'; +const MONGO_PASSWORD = 'password'; const MONGO_HOSTNAME = '127.0.0.1'; const MONGO_PORT = '27017'; const MONGO_DB = 'sharkinfo';