Improved useSSL config comment

This commit is contained in:
Florian CUNY 2020-03-21 10:45:44 +01:00
parent 9aa6122a83
commit 3f3ea689e6

View File

@ -93,8 +93,7 @@ public class Settings implements ConfigObject {
@ConfigEntry(path = "general.database.backup-period") @ConfigEntry(path = "general.database.backup-period")
private int databaseBackupPeriod = 5; private int databaseBackupPeriod = 5;
@ConfigComment("Allows to enable SSL protection to database connections for MongoDB,") @ConfigComment("Enable SSL connection to MongoDB, MariaDB, MySQL and PostgreSQL databases.")
@ConfigComment("MariaDB, MySQL and PostgreSQL database servers.")
@ConfigEntry(path = "general.database.use-ssl", since = "1.12.0") @ConfigEntry(path = "general.database.use-ssl", since = "1.12.0")
private boolean useSSL = false; private boolean useSSL = false;
@ -228,7 +227,6 @@ public class Settings implements ConfigObject {
private boolean autoOwnershipTransferIgnoreRanks = false; private boolean autoOwnershipTransferIgnoreRanks = false;
/* WEB */ /* WEB */
@ConfigComment("Toggle whether BentoBox can connect to GitHub to get data about updates and addons.") @ConfigComment("Toggle whether BentoBox can connect to GitHub to get data about updates and addons.")
@ConfigComment("Disabling this will result in the deactivation of the update checker and of some other") @ConfigComment("Disabling this will result in the deactivation of the update checker and of some other")
@ConfigComment("features that rely on the data downloaded from the GitHub API.") @ConfigComment("features that rely on the data downloaded from the GitHub API.")