Sha256: 82fb0d2632f27aa6a57af12ae07e97f102fea1bf5b888a73401fc1121c25f205
Contents?: true
Size: 388 Bytes
Versions: 45
Compression:
Stored size: 388 Bytes
Contents
# A secret token used to encrypt user_id's in the Bookmarks#export callback URL # functionality, for example in Refworks export of Bookmarks. In Rails 4, Blacklight # will use the application's secret key base instead. # <% if Rails::VERSION::MAJOR == 4 %> # Blacklight.secret_key = '<%= SecureRandom.hex(64) %>' <% else %> Blacklight.secret_key = '<%= SecureRandom.hex(64) %>' <% end %>
Version data entries
45 entries across 45 versions & 1 rubygems