Skip to content

Commit

Permalink
Merge pull request #414 from citizensadvice/feat/add-new-prod-host
Browse files Browse the repository at this point in the history
feat: add new prod domain to allowed hosts
  • Loading branch information
davidsauntson authored Oct 24, 2024
2 parents 89d6453 + d5c3dc8 commit 3a58f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class Application < Rails::Application

# production host
config.hosts << "energy-comparison-table.prod.content.citizensadvice.org.uk"
# new production host
config.hosts << "energy-apps.prod.content.citizensadvice.org.uk"

# allow health check from private IP addresses
config.hosts << /10\.\d+\.\d+\.\d+/
Expand Down

0 comments on commit 3a58f8d

Please sign in to comment.