Skip to content

Commit

Permalink
fix: mailhog port number
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Sep 23, 2023
1 parent 1f6ebf3 commit 424b5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DATABASE_URL=postgres://user:password@localhost:5432/nwc-periodic-payments
EMAIL_SERVER_USER=username
EMAIL_SERVER_PASSWORD=password
EMAIL_SERVER_HOST=localhost
EMAIL_SERVER_PORT=1026
EMAIL_SERVER_PORT=1025
EMAIL_FROM=noreply@example.com

INNGEST_EVENT_KEY="local"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ services:
mailhog:
image: mailhog/mailhog
ports:
- "1026:1025"
- "1025:1025"
- "8025:8025"

0 comments on commit 424b5cd

Please sign in to comment.