Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
177 changes: 0 additions & 177 deletions EMAIL_CONFIGURATION.md

This file was deleted.

166 changes: 0 additions & 166 deletions EMAIL_FIX_SUMMARY.md

This file was deleted.

1 change: 0 additions & 1 deletion README.md

This file was deleted.

16 changes: 16 additions & 0 deletions notification-service/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB_NAME=techtorque_notification
DB_USER=techtorque
DB_PASS=techtorque123

# Spring Profile
SPRING_PROFILE=dev

# Email Configuration (Gmail example)
EMAIL_USERNAME=your-email@gmail.com
EMAIL_PASSWORD=your-app-password

# Notification Configuration
NOTIFICATION_RETENTION_DAYS=30
Loading