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' }