*fix typo
This commit is contained in:
parent
90e0f3f2c4
commit
a9366c915d
|
@ -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"),
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue