*Change ssl to default to false, plugins will need to enable it on init

This commit is contained in:
Derrick Hammer 2022-09-22 08:00:02 -04:00
parent f8c19e2fd6
commit 668e427b8c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ config.inject({
logLevel: "info",
pluginDir: path.resolve(configDir, "..", "plugins"),
plugins: ["core"],
ssl: true,
ssl: false,
});
config.load({