Skip to content

Commit 8cc92b1

Browse files
authored
Update DB connection to placeholder
1 parent a9cd8c7 commit 8cc92b1

File tree

1 file changed

+2
-2
lines changed
  • API_MongoDB_mLab_AWS/config

1 file changed

+2
-2
lines changed

API_MongoDB_mLab_AWS/config/db.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
url: 'mongodb://rockwell_j_h_68:Gottdbrocks68@ds051953.mlab.com:51953/jb_mongo_testing'
3-
};
2+
url: 'mongodb://<username>:<password>@ds12345.mlab.com:ds12345/db_sample_table'
3+
};

0 commit comments

Comments
 (0)