Skip to content

Commit

Permalink
added sammy username for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
katjuell committed Feb 13, 2019
1 parent 616fac7 commit ffc281b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit ffc281b

Please sign in to comment.