Fixed 'useSSL' option path in Settings

This commit is contained in:
Florian CUNY 2020-03-20 10:23:25 +01:00 committed by GitHub
parent 8e77dc95df
commit 9aa6122a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class Settings implements ConfigObject {
@ConfigComment("Allows to enable SSL protection to database connections for MongoDB,")
@ConfigComment("MariaDB, MySQL and PostgreSQL database servers.")
@ConfigEntry(path = "general.database.useSSL", since = "1.12.0")
@ConfigEntry(path = "general.database.use-ssl", since = "1.12.0")
private boolean useSSL = false;
@ConfigComment("Allow FTB Autonomous Activator to work (will allow a pseudo player [CoFH] to place and break blocks and hang items)")