mirror of
https://github.com/System-End/cdn.git
synced 2026-04-19 19:45:07 +00:00
4 lines
148 B
Ruby
4 lines
148 B
Ruby
Hashid::Rails.configure do |config|
|
|
config.salt = ENV.fetch("HASHID_SALT") { Rails.application.secret_key_base }
|
|
config.min_hash_length = 6
|
|
end
|