Set project name to "Cosmic" (#2)

* Change name to Cosmic

* Update database credentials
This commit is contained in:
Ponk
2021-03-29 22:22:06 +02:00
committed by GitHub
parent c2d80578fe
commit 4acc5675d6
31 changed files with 94 additions and 90 deletions

View File

@@ -9,9 +9,9 @@ import java.sql.SQLException;
* @author The Real Spookster - some modifications to this beautiful code
*/
public class DatabaseConnection {
private static String DB_URL = "jdbc:mysql://localhost:3306/heavenms";
private static String DB_USER = "root";
private static String DB_PASS = "";
private static String DB_URL = "jdbc:mysql://localhost:3306/cosmic";
private static String DB_USER = "snail";
private static String DB_PASS = "shell";
public static final int RETURN_GENERATED_KEYS = 1;