|
@@ -251,6 +251,7 @@ public class GeneralConfig extends AutoUpdateConfigLoader {
|
|
public int getMySQLMaxPoolSize(PoolIdentifier identifier) { return config.getInt("MySQL.Database.MaxPoolSize." + StringUtils.getCapitalized(identifier.toString()), 10); }
|
|
public int getMySQLMaxPoolSize(PoolIdentifier identifier) { return config.getInt("MySQL.Database.MaxPoolSize." + StringUtils.getCapitalized(identifier.toString()), 10); }
|
|
public boolean getMySQLSSL() { return config.getBoolean("MySQL.Server.SSL", true); }
|
|
public boolean getMySQLSSL() { return config.getBoolean("MySQL.Server.SSL", true); }
|
|
public boolean getMySQLDebug() { return config.getBoolean("MySQL.Debug", false); }
|
|
public boolean getMySQLDebug() { return config.getBoolean("MySQL.Debug", false); }
|
|
|
|
+ public boolean getMySQLPublicKeyRetrieval() { return config.getBoolean("MySQL.Server.allowPublicKeyRetrieval", true); }
|
|
|
|
|
|
private String getStringIncludingInts(String key) {
|
|
private String getStringIncludingInts(String key) {
|
|
String str = config.getString(key);
|
|
String str = config.getString(key);
|