Setze host-abhängiges Admin-Passwort
This commit is contained in:
parent
2e5166a2af
commit
24c3a48b7f
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
|||
proxy => 1,
|
||||
},
|
||||
|
||||
contact => '{{ lstu_contact }}',
|
||||
contact => '{{ lstu.contact }}',
|
||||
secret => ['lstu_cookie_secret'],
|
||||
hashed_adminpwd => 'f85cf20922bf5000f38c0ef9832396c53afb17aeab51979c26940bc8fdf0ecc7',
|
||||
hashed_adminpwd => '{{ lstu.hashed_adminpwd }}',
|
||||
|
||||
really_delete_urls => 1,
|
||||
theme => 'milligram',
|
||||
|
|
Loading…
Reference in a new issue