[#345] mistype secret token

This commit is contained in:
Alexander Machehin 2014-03-19 16:03:14 +06:00
parent b4cf625971
commit c435c6431d
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@
# 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.
Rosa::Application.config.secret_key_base = APP_CONFIG['keys']['secret_token']
Rosa::Application.config.secret_token = APP_CONFIG['keys']['secret_token']
Rosa::Application.config.secret_key_base = APP_CONFIG['keys']['secret_key_base']