Remove insecure storage of cookies secret

This commit is contained in:
KalabiYau 2014-04-27 18:03:47 +02:00
parent 08d4bb848b
commit 019b570a70
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ defaults: &defaults
# errbit configuration, get your own instance: https://github.com/errbit/errbit
#errbit_key: 123456789101112131415
#errbit_host: errbit.exmaple.com
cookies_secret_token: 'secretstringwhichshouldbechanged'
development:
<<: *defaults