mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Improved DB records encryption support.
This commit is contained in:
parent
4d38b390a5
commit
c860125a9d
5 changed files with 33 additions and 11 deletions
|
@ -12,6 +12,8 @@
|
|||
"_SessionKey": "MyReallySecretPassword1",
|
||||
"_SessionSameSite": "strict",
|
||||
"_DbEncryptKey": "MyReallySecretPassword2",
|
||||
"_DbRecordsEncryptKey": "MyReallySecretPassword",
|
||||
"_DbRecordsDecryptKey": "MyReallySecretPassword",
|
||||
"_DbExpire": {
|
||||
"events": 1728000,
|
||||
"powerevents": 864000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue