Reset sql connection to prod
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user