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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user