Skip to content

Commit

Permalink
Merge pull request #9 from yixinliu99/user-2
Browse files Browse the repository at this point in the history
Update config.py
  • Loading branch information
KOYYADOONDYSAIVYSHNAVI authored Dec 9, 2024
2 parents 984d6d4 + e52287f commit cad8137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notification/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
NOTIFY_EMAIL_HOST = os.getenv("NOTIFY_EMAIL_HOST", "smtp.gmail.com")
NOTIFY_EMAIL_PORT = os.getenv("NOTIFY_EMAIL_PORT", 587)
NOTIFY_EMAIL_USERNAME = os.getenv("NOTIFY_EMAIL_USERNAME", "[email protected]")
NOTIFY_EMAIL_PASSWORD = os.getenv("NOTIFY_EMAIL_PASSWORD", "your-app-password")
NOTIFY_EMAIL_PASSWORD = os.getenv("NOTIFY_EMAIL_PASSWORD", "kaij qnrp lrtc xhrl")

AUCTION_SERVICE_PORT = os.getenv("AUCTION_SERVICE_PORT", 50051)

0 comments on commit cad8137

Please sign in to comment.