We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1e610e + 940ddb5 commit 0659e0bCopy full SHA for 0659e0b
railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
@@ -66,7 +66,7 @@ Rails.application.configure do
66
# Set host to be used by links generated in mailer templates.
67
config.action_mailer.default_url_options = { host: "example.com" }
68
69
- # Specify outgoing SMTP server. Remember to add smtp/* credentials via rails credentials:edit.
+ # Specify outgoing SMTP server. Remember to add smtp/* credentials via bin/rails credentials:edit.
70
# config.action_mailer.smtp_settings = {
71
# user_name: Rails.application.credentials.dig(:smtp, :user_name),
72
# password: Rails.application.credentials.dig(:smtp, :password),
0 commit comments