diff --git a/src/config.ts b/src/config.ts index 8caf1e3..c27f0a9 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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"), });