*Change ssl to default to false, plugins will need to enable it on init
This commit is contained in:
parent
f8c19e2fd6
commit
668e427b8c
|
@ -32,7 +32,7 @@ config.inject({
|
|||
logLevel: "info",
|
||||
pluginDir: path.resolve(configDir, "..", "plugins"),
|
||||
plugins: ["core"],
|
||||
ssl: true,
|
||||
ssl: false,
|
||||
});
|
||||
|
||||
config.load({
|
||||
|
|
Loading…
Reference in New Issue