Skip to content

Commit

Permalink
41 | Adjust default host for dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
emmabjj committed Feb 21, 2025
1 parent 4a77632 commit 0ab3803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/dev.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
port: ENV.fetch('SMTP_PORT', 587).to_i
}

config.action_mailer.default_url_options = { host: ENV.fetch('HOST', 'challenge.gov') }
config.action_mailer.default_url_options = { host: ENV.fetch('HOST', 'challenge-dev.app.cloud.gov') }

# Ignore bad email addresses and do not raise email delivery errors.
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
Expand Down

0 comments on commit 0ab3803

Please sign in to comment.