From 668e427b8c4cf3627da8ee166945f4bfc40bc24d Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 22 Sep 2022 08:00:02 -0400 Subject: [PATCH] *Change ssl to default to false, plugins will need to enable it on init --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index f9b0a3b..128be15 100644 --- a/src/config.ts +++ b/src/config.ts @@ -32,7 +32,7 @@ config.inject({ logLevel: "info", pluginDir: path.resolve(configDir, "..", "plugins"), plugins: ["core"], - ssl: true, + ssl: false, }); config.load({