Skip to content

Commit 0f6eb21

Browse files
Merge pull request #13 from Saksham29-2004/main
Update notificationService.js
2 parents a10c09c + 04384bd commit 0f6eb21

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/services/notificationService.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ console.log('Starting NotificationService with config:', {
1010
kafkaBroker: process.env.KAFKA_BROKER
1111
});
1212

13+
console.log("debugging");
14+
1315
// Redis Configuration
1416
const redisConfig = {
1517
host: process.env.REDIS_HOST || 'ec2-3-6-113-80.ap-south-1.compute.amazonaws.com',

0 commit comments

Comments
 (0)