Skip to content

Commit

Permalink
test build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fumimowdan committed Sep 13, 2023
1 parent 074cd71 commit b468451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Application < Rails::Application
# notify mailer
config.action_mailer.delivery_method = :notify
config.action_mailer.notify_settings = {
api_key: ENV.fetch("GOVUK_NOTIFY_API_KEY"),
api_key: ENV.fetch("GOVUK_NOTIFY_API_KEY", "non_prod"),
}

config.x.govuk_notify.generic_email_template_id = ENV.fetch("GOVUK_NOTIFY_GENERIC_EMAIL_TEMPLATE_ID")
Expand Down

0 comments on commit b468451

Please sign in to comment.