Reset sql connection to prod

This commit is contained in:
2021-06-05 21:42:59 +02:00
parent 9937208c5e
commit 6c9b86db09
@@ -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();