mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Update MySQL properties URL
Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
parent
ee3dd00225
commit
db05f1481a
@ -46,7 +46,7 @@ public class Storage extends Config {
|
|||||||
public static String PASSWORD = "password";
|
public static String PASSWORD = "password";
|
||||||
public static String DATABASE = "plot_db";
|
public static String DATABASE = "plot_db";
|
||||||
|
|
||||||
@Comment("Set additional properties: https://goo.gl/wngtN8")
|
@Comment("Set additional properties: https://dev.mysql.com/doc/connector-j/en/connector-j-reference-configuration-properties.html")
|
||||||
public static List<String>
|
public static List<String>
|
||||||
PROPERTIES = new ArrayList<>(Collections.singletonList("useSSL=false"));
|
PROPERTIES = new ArrayList<>(Collections.singletonList("useSSL=false"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user