1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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