Skip to content

Commit 54a0c6f

Browse files
committed
db名変更
1 parent 2e7a7d8 commit 54a0c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/elic0de/thejpspit/config/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Settings {
3030
private int mySqlPort = 3306;
3131

3232
@YamlKey("database.mysql.credentials.database")
33-
private String mySqlDatabase = "HuskTowns";
33+
private String mySqlDatabase = "Pit";
3434

3535
@YamlKey("database.mysql.credentials.username")
3636
private String mySqlUsername = "root";

0 commit comments

Comments
 (0)