From 5b20b5a562441161cbcc42eba71ff243cd0a8d3c Mon Sep 17 00:00:00 2001 From: Mattias Bodlund Date: Wed, 4 Sep 2024 16:48:53 +0200 Subject: [PATCH] na --- README.txt | 1 + config/environments/production.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index ef3081f..4049244 100644 --- a/README.txt +++ b/README.txt @@ -17,6 +17,7 @@ EDITOR=vi rails credentials:edit SSL ------------------- sudo certbot certonly --webroot -w /home/ikea_foundation/week_2024/public -d ikea-foundation-week-2024.onc.dk +sudo certbot certonly --webroot -w /home/ikea_foundation/week_2024/public -d spotlinks.ikeafoundation.org Gem diff --git a/config/environments/production.rb b/config/environments/production.rb index 1516bb8..5adc600 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -74,12 +74,12 @@ Rails.application.configure do config.action_mailer.delivery_method = :smtp - config.action_mailer.default_url_options = { host: 'ikea-foundation-week-2024.onc.dk', protocol: 'https' } + config.action_mailer.default_url_options = { host: 'spotlinks.ikeafoundation.org', protocol: 'https' } config.action_mailer.smtp_settings = { address: 'smtp.bluepipe.net', port: 25, - domain: 'ikea-foundation-week-2024.onc.dk' + domain: 'spotlinks.ikeafoundation.org' }