Skip to content

Commit

Permalink
ACD-590 - Change email address to new team's address (#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
exonian authored Feb 27, 2025
1 parent 19a2c0a commit 5085f73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Application < Rails::Application
config.action_dispatch.signed_cookie_digest = 'SHA256'
config.exceptions_app = routes
config.active_job.queue_adapter = :sidekiq
config.x.support_email_address = 'assessaclaim@digital.justice.gov.uk'
config.x.support_email_address = 'access-court-data-team@digital.justice.gov.uk'
config.x.display_raw_responses = %w[enabled true].include?(ENV.fetch('DISPLAY_RAW_RESPONSES', nil))
config.action_mailer.deliver_later_queue_name = :mailers
config.x.court_data_api_config.uri = ENV.fetch('COURT_DATA_API_URL', nil)
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Configure the e-mail address which will be shown in Devise::Mailer,
# note that it will be overwritten if you use your own mailer class
# with default "from" parameter.
config.mailer_sender = 'assessaclaim@digital.justice.gov.uk'
config.mailer_sender = 'access-court-data-team@digital.justice.gov.uk'

# Configure the class responsible to send e-mails.
config.mailer = 'Devise::Mailer'
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ruby:3.3.6-alpine3.20
LABEL Organisation="Ministry of Justice"
LABEL Team="LAA Get Paid"
LABEL Contact="<assessaclaim@digital.justice.gov.uk>"
LABEL Team="LAA Access Court Data"
LABEL Contact="<access-court-data-team@digital.justice.gov.uk>"

# fail early and print all commands
RUN set -ex
Expand Down

0 comments on commit 5085f73

Please sign in to comment.