Skip to content

Commit

Permalink
Merge pull request #47 from smkent/jobdb
Browse files Browse the repository at this point in the history
Change jobdb email server port
  • Loading branch information
smkent committed Jul 1, 2024
2 parents a4fa706 + 266840a commit 251c86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/jobdb/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
SECRET_KEY: insecure_example_change_me
CSRF_TRUSTED_ORIGIN: https://jobs.${HOST?}
DJANGO_EMAIL_HOST: smtp
DJANGO_EMAIL_PORT: 587
DJANGO_EMAIL_PORT: 25
DJANGO_DEFAULT_FROM_EMAIL: jobs@${HOST?}
depends_on:
- db
Expand Down

0 comments on commit 251c86b

Please sign in to comment.