fix(ports): Setting ports 5032, 5668, 5669, 5557

This commit is contained in:
Chris Troutner
2024-03-24 07:25:48 -07:00
parent 3fb0379175
commit 53d84300ec
5 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ console.log('GET_JWT_AT_STARTUP: ', process.env.GET_JWT_AT_STARTUP)
export default {
// Configure TCP port.
port: process.env.PORT || 5020,
port: process.env.PORT || 5032,
// Password for HTML UI that displays logs.
logPass: 'test',