Mattias Bodlund 1 year ago
parent
commit
5b20b5a562
2 changed files with 3 additions and 2 deletions
  1. +1
    -0
      README.txt
  2. +2
    -2
      config/environments/production.rb

+ 1
- 0
README.txt View File

@ -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


+ 2
- 2
config/environments/production.rb View File

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


Loading…
Cancel
Save