Skip to content

Commit

Permalink
feat(mailer): use standalone mail domain II
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Jan 3, 2025
1 parent abed803 commit 89dcca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fiesta/fiesta/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class LocalProduction(Base):

ROOT_DOMAIN = "fiesta.test"

EMAIL_DOMAIN = "mail.fiesta.test"

USE_WEBPACK_INTEGRITY = False


Expand Down

0 comments on commit 89dcca9

Please sign in to comment.