Skip to content

Commit

Permalink
Make code better
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisBrProjects committed Feb 22, 2022
1 parent 606f0ce commit 73f51c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebServer/src/de/morrisbr/berichtshelfer/main/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Main {

public Main(int port, String ressourcePath) {
//this.bhServer = new BHServer(port, ressourcePath);
this.berichtService = new BerichtService("mongodb://37.114.47.77:27017/?readPreference=primary&appname=MongoDB%20Compass&directConnection=true&ssl=false", "BerichtHelfer");
this.berichtService = new BerichtService("", "BerichtHelfer");
}

public void start() {
Expand Down

0 comments on commit 73f51c8

Please sign in to comment.