Skip to content

SLT-1193: Update Silta configuration to use mailpit instead of mailhog #448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions silta/silta-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ nginx:
# basicauth:
# enabled: false

# Disable MailHog in production.
mailhog:
# Disable Mailpit in production.
mailpit:
enabled: false

# MariaDB configuration.
Expand Down
4 changes: 2 additions & 2 deletions silta/silta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ referenceData:
# Configure reference data source for new environments.
referenceEnvironment: 'main'

# Enable MailHog in non-production environments.
mailhog:
# Enable Mailpit in non-production environments.
mailpit:
enabled: true

# MariaDB configuration.
Expand Down