Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6b36be7

Browse files
Restore default port for correct deployment
1 parent 6541bc3 commit 6b36be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module.exports = {
66
LOG_LEVEL: process.env.LOG_LEVEL || 'debug',
7-
PORT: process.env.PORT || 3002,
7+
PORT: process.env.PORT || 3001,
88

99
CASCADE_PAUSE_MS: process.env.CASCADE_PAUSE_MS || 1000,
1010

0 commit comments

Comments
 (0)