summaryrefslogtreecommitdiff
path: root/config/environments/production.rb
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-08-29 06:24:22 -0400
committerDavid Gay <eapoems@riseup.net>2024-08-29 06:24:22 -0400
commit2750f5ad303055a238bf1ab5aa3ff8669d054728 (patch)
treef8d632d8ed9e93f0838920941430470b55679da4 /config/environments/production.rb
parent52e52d200c244e0d6d863cc69c452b05cd74fe16 (diff)
Don't configure action mailer, since it's not installed
Diffstat (limited to 'config/environments/production.rb')
-rw-r--r--config/environments/production.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 4cb1f3d..7c57e77 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -75,7 +75,8 @@ Rails.application.configure do
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false
- config.action_mailer.default_url_options = {host: "dmn.aikuro.net", port: 3000}
+ # Enable this if I install action mailer.
+ # config.action_mailer.default_url_options = {host: "dmn.aikuro.net", port: 3000}
# Enable DNS rebinding protection and other `Host` header attacks.
# config.hosts = [