Skip to content
Snippets Groups Projects
Commit 8a053075 authored by Surya Bahadur Kathayat's avatar Surya Bahadur Kathayat
Browse files

Update Database.java

parent 25613758
No related branches found
No related tags found
No related merge requests found
Pipeline #202383 passed
......@@ -18,7 +18,7 @@ public class Database {
private static boolean isTest = isJUnitTest();
private static final String IP_TO_VM = "129.241.96.52";
private static final String IP_TO_VM = "IP_TO_VM";
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