Skip to content
Snippets Groups Projects
Commit afd06d7c authored by surkat's avatar surkat
Browse files

reverted back glances and gitlabci

parent cc1955a3
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ public class Database { ...@@ -18,7 +18,7 @@ public class Database {
private static boolean isTest = isJUnitTest(); private static boolean isTest = isJUnitTest();
private static final String IP_TO_VM = "127.0.0.1"; private static final String IP_TO_VM = "129.241.96.52";
private static String DB_URL = "jdbc:mysql://" + ((DB_CHOICE != null) ? private static String DB_URL = "jdbc:mysql://" + ((DB_CHOICE != null) ?
(DB_CHOICE + ":3306/") : (DB_CHOICE + ":3306/") :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment