*fix typo

This commit is contained in:
Derrick Hammer 2023-04-19 00:54:45 -04:00
parent 90e0f3f2c4
commit a9366c915d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ switch (os.platform()) {
config.inject({
"core.confdir": configDir,
"core.port": 8080,
"core.apport": 80,
"core.appport": 80,
"core.loglevel": "info",
"core.plugindir": path.resolve(configDir, "..", "plugins"),
});