[#345] mistype secret token
This commit is contained in:
parent
b4cf625971
commit
c435c6431d
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue