Skip to content
Snippets Groups Projects
Commit 071ab08c authored by Zara Mudassar's avatar Zara Mudassar
Browse files

Edited the IP_TO_VM

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