We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f748906 commit 57c65eeCopy full SHA for 57c65ee
config/default.js
@@ -14,7 +14,7 @@ const fs = require('fs');
14
*/
15
16
module.exports = {
17
- PORT: process.env.PORT || 3002, // eslint-disable-line no-magic-numbers
+ PORT: process.env.PORT || 3000, // eslint-disable-line no-magic-numbers
18
LOG_LEVEL: process.env.LOG_LEVEL || 'info',
19
TOPIC: process.env.TOPIC || 'tc-x-events',
20
KAFKA_OPTIONS: {
0 commit comments