Skip to content

Commit

Permalink
Update secrec_token to secret_key_base
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef Stribny committed Oct 4, 2015
1 parent 094aa50 commit e6ddf9d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/dummy/config/initializers/secret_token.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
# Be sure to restart your server when you modify this file.

# 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 = 'c37118e764762ee2118bba332c5d15ef68a47aa94238c3a80ed81dc552a991c7509db268de4c4c7e524774918ad123f5df0466472287703a6ca3a6d24acf6b3e'
Dummy::Application.config.secret_key_base = '26cedfc8e3feeb81b0812171b8cbfb65d26a238dd66d507175d851dd08f6758b40b0551730b5e3a0c699e55b3fd53a7885d4caacd9b9409f9215cd8830caab6a'

0 comments on commit e6ddf9d

Please sign in to comment.