Fixed --recordencryptionrecode when used with NeDB, added mesh record encryption.

This commit is contained in:
Ylian Saint-Hilaire
2020-08-27 16:57:39 -07:00
parent ab51398e6f
commit 926e7888e0
2 changed files with 16 additions and 5 deletions

View File

@@ -18,8 +18,8 @@
"sessionKey": { "type": "string" },
"sessionSameSite": { "type": "string" },
"dbEncryptKey": { "type": "string" },
"dbRecordsEncryptKey": { "type": "string" },
"dbRecordsDecryptKey": { "type": "string" },
"dbRecordsEncryptKey": { "type": "string", "default": null },
"dbRecordsDecryptKey": { "type": "string", "default": null },
"dbExpire": {
"type": "object",
"properties": {