Setze host-abhängiges Cookie-Secret
This commit is contained in:
parent
24c3a48b7f
commit
b12659e30f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
contact => '{{ lstu.contact }}',
|
contact => '{{ lstu.contact }}',
|
||||||
secret => ['lstu_cookie_secret'],
|
secret => ['{{ lstu.cookie_secret }}'],
|
||||||
hashed_adminpwd => '{{ lstu.hashed_adminpwd }}',
|
hashed_adminpwd => '{{ lstu.hashed_adminpwd }}',
|
||||||
|
|
||||||
really_delete_urls => 1,
|
really_delete_urls => 1,
|
||||||
|
|
Loading…
Reference in a new issue