test/dummy/config/initializers/secret_token.rb in referer_tracking-3.1.0 vs test/dummy/config/initializers/secret_token.rb in referer_tracking-4.0.0

- old
+ new

@@ -3,5 +3,6 @@ # Your secret key for verifying the integrity of signed cookies. # If you change this key, all old signed cookies will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. Dummy::Application.config.secret_token = '3a887a2bca725d3619e487d4be5dee5c23b7ec299b4ade216de539eaa3cd6cf850a9906397af6de19117c086a2129203ea41ca15fc93db2c7ad90d670ffeb27d' +Dummy::Application.config.secret_key_base = '305e82ada6f4354748140c91c7eeef6b7acbf4a7ba4460b5fa1a874731c1cc430028762feeeccce52dab0d7685aa9278173d3b05e26043f8cb5a1c4b6e796f06'