We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a10c09c + 04384bd commit 0f6eb21Copy full SHA for 0f6eb21
1 file changed
backend/services/notificationService.js
@@ -10,6 +10,8 @@ console.log('Starting NotificationService with config:', {
10
kafkaBroker: process.env.KAFKA_BROKER
11
});
12
13
+console.log("debugging");
14
+
15
// Redis Configuration
16
const redisConfig = {
17
host: process.env.REDIS_HOST || 'ec2-3-6-113-80.ap-south-1.compute.amazonaws.com',
0 commit comments