Skip to content

Commit

Permalink
Allow requests for all domains e.g. <app>.dev.gov.uk
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Jul 27, 2020
1 parent 63fa5e9 commit fb10060
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/dummy/config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# Show full error reports.
config.consider_all_requests_local = true

# Allow requests for all domains e.g. <app>.dev.gov.uk
config.hosts.clear

# Enable/disable caching. By default caching is disabled.
if Rails.root.join("tmp/caching-dev.txt").exist?
config.action_controller.perform_caching = true
Expand Down

0 comments on commit fb10060

Please sign in to comment.