Skip to content

Commit

Permalink
Merge pull request #2646 from alphagov/remove-asset-host
Browse files Browse the repository at this point in the history
Remove ASSET_HOST env var
  • Loading branch information
kevindew authored Dec 29, 2022
2 parents 54d0d84 + 35ecec7 commit 1175a1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ class Application < Rails::Application
# https://github.com/alphagov/govuk-frontend/issues/1350
config.assets.css_compressor = nil

# allow overriding the asset host with an enironment variable, useful for
# when router is proxying to this app but asset proxying isn't set up.
config.asset_host = ENV["ASSET_HOST"]

# Do not swallow errors in after_commit/after_rollback callbacks.
# config.active_record.raise_in_transactional_callbacks = true
end
Expand Down

0 comments on commit 1175a1a

Please sign in to comment.