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

@@ -45,10 +45,10 @@ import java.sql.Statement;
Estimated parse time: 2 minutes (for 100 code entries)
*/
public class MapleCodeCouponGenerator {
static String host = "jdbc:mysql://localhost:3306/heavenms";
static String host = "jdbc:mysql://localhost:3306/cosmic";
static String driver = "com.mysql.jdbc.Driver";
static String username = "root";
static String password = "";
static String username = "snail";
static String password = "shell";
static Connection con = null;
static InputStreamReader fileReader = null;