From 8d2b31d4ad24107050df0ed0b39e99019afb0111 Mon Sep 17 00:00:00 2001 From: acrylic-style Date: Thu, 5 Dec 2024 12:55:24 +0900 Subject: [PATCH] Change default value of useSSL to false --- common/src/main/resources/spicyazisaban/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/spicyazisaban/config.yml b/common/src/main/resources/spicyazisaban/config.yml index 311a759..1d868d1 100644 --- a/common/src/main/resources/spicyazisaban/config.yml +++ b/common/src/main/resources/spicyazisaban/config.yml @@ -18,7 +18,7 @@ database: user: spicyazisaban password: naetao verifyServerCertificate: false - useSSL: true + useSSL: false # If true, the plugin will prevent players from joining the server if database is inaccessible. failsafe: true