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" +
"&useSSL=false";
try {
con = DriverManager.getConnection(jdbcUrlLocalhost);
con = DriverManager.getConnection(jdbcUrlProd);
} catch (SQLException e) {
/* TODO */
e.printStackTrace();