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:
parent
5cd99eb334
commit
de862deb29
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ copy_file "#{__dir__}/mailbox/templates/application_mailbox.rb", "app/mailboxes/
|
||||||
|
|
||||||
environment <<~end_of_config, env: "production"
|
environment <<~end_of_config, env: "production"
|
||||||
# Prepare the ingress controller used to receive mail
|
# Prepare the ingress controller used to receive mail
|
||||||
# config.action_mailbox.ingress = :postfix
|
# config.action_mailbox.ingress = :relay
|
||||||
|
|
||||||
end_of_config
|
end_of_config
|
||||||
|
|
Loading…
Reference in a new issue