Remove insecure storage of cookies secret
This commit is contained in:
parent
08d4bb848b
commit
019b570a70
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue