mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Advise to keep secret token private
This commit is contained in:
parent
0b36ad7066
commit
6c93fbc516
1 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,6 @@
|
|||
# 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.
|
||||
# Make sure your secret key is kept private
|
||||
# if you're sharing your code publicly.
|
||||
Blog::Application.config.secret_token = '685a9bf865b728c6549a191c90851c1b5ec41ecb60b9e94ad79dd3f824749798aa7b5e94431901960bee57809db0947b481570f7f13376b7ca190fa28099c459'
|
||||
|
|
Loading…
Reference in a new issue