Skip to content

Commit 8713183

Browse files
authored
Update default.js
Unnecessary defaults
1 parent 8626133 commit 8713183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/default.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ module.exports = {
1414
KAFKA_URL: process.env.KAFKA_URL || 'ssl://kafka-host:9093',
1515

1616
// The client cert, can be (1) the path to the cert file, or (2) the cert content
17-
KAFKA_CLIENT_CERT: process.env.KAFKA_CLIENT_CERT || './docker/kafka/kafka-ssl/client.crt',
17+
KAFKA_CLIENT_CERT: process.env.KAFKA_CLIENT_CERT,
1818

1919
// The client cert key, can be (1) the path to the cert key file, or (2) the cert key content
20-
KAFKA_CLIENT_CERT_KEY: process.env.KAFKA_CLIENT_CERT_KEY || './docker/kafka/kafka-ssl/client.key',
20+
KAFKA_CLIENT_CERT_KEY: process.env.KAFKA_CLIENT_CERT_KEY,
2121

2222
KAFKA_ERROR_TOPIC: process.env.KAFKA_ERROR_TOPIC || 'common.error.reporting',
2323

0 commit comments

Comments
 (0)