Skip to content

Commit

Permalink
Add notify key
Browse files Browse the repository at this point in the history
  • Loading branch information
syed-ali-tw committed Dec 2, 2024
1 parent 8d2155f commit 4a90bbc
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 @@ -63,7 +63,7 @@ class Application < Rails::Application
config.asset_host = ENV.fetch("ASSET_HOST", nil)

config.action_mailer.notify_settings = {
api_key: Rails.application.credentials.notify_api_key || "fake-test-api-key",
api_key: ENV["GOVUK_NOTIFY_API_KEY"] || "fake-test-api-key",
}

config.generators do |g|
Expand Down

0 comments on commit 4a90bbc

Please sign in to comment.