This commit is contained in:
taupiqueur
2022-07-16 09:57:58 +02:00
committed by GitHub
parent 181ad3802c
commit 03e45174de

View File

@@ -121,8 +121,8 @@ is alive, determine the version at startup, and provide per-store defaults.
"path": "/path/to/default/store", "path": "/path/to/default/store",
"settings": "<raw contents of $defaultPath/.browserpass.json>", "settings": "<raw contents of $defaultPath/.browserpass.json>",
}, },
storeSettings: { "storeSettings": {
storeId: "<raw contents of storePath/.browserpass.json>" "storeId": "<raw contents of storePath/.browserpass.json>"
} }
} }
} }