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

Update Database.java

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