*Fix port config option name

This commit is contained in:
Derrick Hammer 2022-07-25 20:18:31 -04:00
parent 79139fa980
commit b6089446b8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ switch (os.platform()) {
}
config.inject({
relayPort: 8080,
port: 8080,
config: configLocation,
logLevel: "info",
});