Skip to content

Commit

Permalink
no no noooo
Browse files Browse the repository at this point in the history
  • Loading branch information
thehabes committed Feb 17, 2021
1 parent 73b720f commit 62a484d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/edu/slu/util/MongoDBUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static MongoDBUtil getInstance() {
.connectionsPerHost(100)
.build();
MongoClientURI uri = new MongoClientURI(
"mongodb://rerum-dev:69Trombones@f-vl-cdh-img-01:27017/annotationStoreDev?w=majority&authMechanism=SCRAM-SHA-256"
"mongodb://USER:PASS@f-vl-cdh-img-01:27017/DATABASE?w=majority&authMechanism=PICK_ONE"
);
mg = new MongoClient(uri);
db = mg.getDB("annotationStoreDev");
Expand Down

0 comments on commit 62a484d

Please sign in to comment.