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