summaryrefslogtreecommitdiff
path: root/config/environments/production.rb
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-08-29 06:21:54 -0400
committerDavid Gay <eapoems@riseup.net>2024-08-29 06:21:54 -0400
commit52e52d200c244e0d6d863cc69c452b05cd74fe16 (patch)
tree7040f70eda79fe90f543a34fc9e4a786c37d0000 /config/environments/production.rb
parent118d6e96202f79ca60eef614305c4455d86ccb32 (diff)
devise config
Diffstat (limited to 'config/environments/production.rb')
-rw-r--r--config/environments/production.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 1467225..4cb1f3d 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -75,6 +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 DNS rebinding protection and other `Host` header attacks.
# config.hosts = [
# "example.com", # Allow requests from example.com