Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACD-590 - Change email address to new team's address #2820

Merged
merged 1 commit into from
Feb 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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