9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-23 08:39:19 +00:00

docs: fix grammar in config comment

This commit is contained in:
William
2024-04-10 15:32:33 +01:00
parent d23ea087c1
commit 07d0376dd6

View File

@@ -100,7 +100,7 @@ public class Settings {
private String database = "HuskSync"; private String database = "HuskSync";
private String username = "root"; private String username = "root";
private String password = "pa55w0rd"; private String password = "pa55w0rd";
@Comment("Only change this if you have select MYSQL, MARIADB or POSTGRES") @Comment("Only change this if you're using MARIADB or POSTGRES")
private String parameters = String.join("&", private String parameters = String.join("&",
"?autoReconnect=true", "useSSL=false", "?autoReconnect=true", "useSSL=false",
"useUnicode=true", "characterEncoding=UTF-8"); "useUnicode=true", "characterEncoding=UTF-8");