9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-25 01:29:19 +00:00

Fix database username at wrong config path

This commit is contained in:
William278
2022-11-15 11:37:15 +00:00
parent 30cd89c578
commit efcb36d345

View File

@@ -47,7 +47,7 @@ public class Settings {
@YamlKey("database.credentials.database")
public String mySqlDatabase = "HuskSync";
@YamlKey("database.mysql.credentials.username")
@YamlKey("database.credentials.username")
public String mySqlUsername = "root";
@YamlKey("database.credentials.password")