Skip to content

Commit

Permalink
Update SQLAPI.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Fic committed Apr 18, 2022
1 parent b277f1e commit 4903105
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class SQLAPI {

// String url = "jdbc:mysql://computer-combat-db.cloqezbutiub.us-east-1.rds.amazonaws.com:3306";
// String url = "jdbc:mysql://137.184.137.169:30306";
String url = "jdbc:mysql://67.205.183.72:30306";
String url = "jdbc:mysql://67.205.183.72:3306";

private static SQLAPI singleton;
private Properties properties;
Expand Down

0 comments on commit 4903105

Please sign in to comment.