default password type to SHA256 for new installs

merge-requests/25/head
Moe 2018-09-25 15:59:29 -07:00
parent 20733b3862
commit 1d3170b50e
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"port": 8080,
"passwordType": "sha256",
"addStorage": [
{"name":"second","path":"__DIR__/videos2"}
],