Fix Action Mailbox ingress config example [ci skip]

This commit is contained in:
glaszig 2019-10-15 03:58:30 +02:00 committed by George Claghorn
parent 5cd99eb334
commit de862deb29
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ copy_file "#{__dir__}/mailbox/templates/application_mailbox.rb", "app/mailboxes/
environment <<~end_of_config, env: "production"
# Prepare the ingress controller used to receive mail
# config.action_mailbox.ingress = :postfix
# config.action_mailbox.ingress = :relay
end_of_config