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

Commit 57c65ee

Browse files
authored
Update default.js
1 parent f748906 commit 57c65ee

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
@@ -14,7 +14,7 @@ const fs = require('fs');
1414
*/
1515

1616
module.exports = {
17-
PORT: process.env.PORT || 3002, // eslint-disable-line no-magic-numbers
17+
PORT: process.env.PORT || 3000, // eslint-disable-line no-magic-numbers
1818
LOG_LEVEL: process.env.LOG_LEVEL || 'info',
1919
TOPIC: process.env.TOPIC || 'tc-x-events',
2020
KAFKA_OPTIONS: {

0 commit comments

Comments
 (0)