Skip to content

Commit

Permalink
chore: removed key_generator_hash_digest_class from production
Browse files Browse the repository at this point in the history
  • Loading branch information
celsoMartins committed Aug 27, 2024
1 parent c87bfea commit 905db53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# Generate digests for assets URLs.
config.assets.digest = true
config.active_support.key_generator_hash_digest_class = OpenSSL::Digest::SHA1
# config.active_support.key_generator_hash_digest_class = OpenSSL::Digest::SHA1

# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb

Expand Down

0 comments on commit 905db53

Please sign in to comment.