diff options
-rw-r--r-- | lib/templates/installer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/templates/installer.rb b/lib/templates/installer.rb index d739408d58..18a562c0e5 100644 --- a/lib/templates/installer.rb +++ b/lib/templates/installer.rb @@ -1,4 +1,4 @@ say "Copying application_mailbox.rb to app/mailboxes" copy_file "#{__dir__}/mailboxes/application_mailbox.rb", "app/mailboxes/application_mailbox.rb" -environment "# Prepare the ingress controller used to receive mail\nconfig.action_mailbox.ingress = :amazon\n\n", env: 'production' +environment "# Prepare the ingress controller used to receive mail\n# config.action_mailbox.ingress = :amazon\n\n", env: 'production' |