mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
fixed schema, initial setup
This commit is contained in:
@@ -55,7 +55,7 @@ async function initOptions(startNotePath) {
|
||||
await createOption('passwordVerificationSalt', '', true);
|
||||
await createOption('passwordDerivedKeySalt', '', true);
|
||||
await createOption('encryptedDataKey', '', true);
|
||||
await createOption('encryptedDataKey_iv', '', true);
|
||||
await createOption('encryptedDataKeyIv', '', true);
|
||||
|
||||
await createOption('startNotePath', startNotePath, false);
|
||||
await createOption('protectedSessionTimeout', 600, true);
|
||||
|
||||
Reference in New Issue
Block a user