Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoWS committed Jun 25, 2024
1 parent a65e3f3 commit 8d2b783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class ScoreManager {

// pegar password no drive
private static final String CONNECTION_STRING = "mongodb+srv://eduardows:C3IPLsnsQHehKCWm@cluster0.bt0tzst.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0";
private static final String CONNECTION_STRING = "mongodb+srv://eduardows:<password>@cluster0.bt0tzst.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0";
private static final String DATABASE_NAME = "game_database";
private static final String COLLECTION_NAME = "scores";
private static final String FILE_PATH = "data/scores.csv";
Expand Down

0 comments on commit 8d2b783

Please sign in to comment.