Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeduby committed Jan 22, 2024
1 parent 6fd7086 commit 60fe46c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
public class DatabaseConnection {
private static DatabaseConnection instance;
private Connection connection;
//private static final String URL = "jdbc:mysql://192.168.4.193:3306/BddMaestro";
// private static final String USER = "admin";
//private static final String PASS = "network";
private static final String URL = "jdbc:mysql://monorail.proxy.rlwy.net:56240/railway";
private static final String USER = "root";
private static final String PASS = "HcCee21C-F43ff-FaDf6d4g4A5C5eEc6";
Expand Down

0 comments on commit 60fe46c

Please sign in to comment.