Reset sql connection to prod

This commit is contained in:
2021-06-05 21:42:59 +02:00
parent 089b8eba08
commit c959d62116

View File

@@ -53,7 +53,7 @@ public class TippligaSQLConnector {
"&allowMultiQueries=true" + "&allowMultiQueries=true" +
"&useSSL=false"; "&useSSL=false";
try { try {
con = DriverManager.getConnection(jdbcUrlLocalhost); con = DriverManager.getConnection(jdbcUrlProd);
} catch (SQLException e) { } catch (SQLException e) {
/* TODO */ /* TODO */
e.printStackTrace(); e.printStackTrace();