Files
Stargate/stargate-paper
Michael Burgess 2d47962ea1 Allow arbitrary MySQL JDBC connection properties in config.yml
storage.mysql.properties is now a free-form map merged into the JDBC
URL as ?key=value&key=value..., letting hosts that require TLS set
things like sslMode: REQUIRED, or override the useSSL/autoReconnect
defaults, without needing a code change for every possible parameter.
2026-08-09 12:44:33 -04:00
..