aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/config/initializers/secret_token.rb
blob: aaf57731beaf8851a9b1bb35d26bc23a63dc6610 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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.
# You can use `rake secret` to generate a secure secret key.

# Make sure your secret_key_base is kept private
# if you're sharing your code publicly.
Blog::Application.config.secret_key_base = 'e8aab50cec8a06a75694111a4cbaf6e22fc288ccbc6b268683aae7273043c69b15ca07d10c92a788dd6077a54762cbfcc55f19c3459f7531221b3169f8171a53'