Skip to content

Commit

Permalink
feat: add new prod domain to allowed hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsauntson committed Oct 24, 2024
1 parent 89d6453 commit d5c3dc8
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 d5c3dc8

Please sign in to comment.