*Update plugin folder location to be beside the config folder

This commit is contained in:
Derrick Hammer 2022-09-21 17:40:17 -04:00
parent 72d8b332f4
commit 18a7ca4aa8
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ config.inject({
configDir, configDir,
port: 8080, port: 8080,
logLevel: "info", logLevel: "info",
pluginDir: path.join(configDir, "plugins"), pluginDir: path.resolve(configDir, "..", "plugins"),
plugins: ["core"], plugins: ["core"],
ssl: true, ssl: true,
}); });