mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 11:15:24 +01:00
Fixed 'useSSL' option path in Settings
This commit is contained in:
parent
8e77dc95df
commit
9aa6122a83
@ -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)")
|
||||
|
Loading…
Reference in New Issue
Block a user