mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Web socket connection error, #
This commit is contained in:
parent
2215fab441
commit
4c3a82a552
4 changed files with 16430 additions and 12 deletions
|
|
@ -63,7 +63,7 @@
|
|||
"certificatePrivateKeyPassword": { "type": "array", "default": null, "description": "List of passwords used to decrypt PKCK#8 .key files that are in the meshcentral-data folder." },
|
||||
"sessionTime": { "type": "integer", "default": 60, "description": "Duration of a session cookie in minutes. Changing this affects how often the session needs to be automatically refreshed." },
|
||||
"sessionKey": { "type": "string", "default": null, "description": "Password used to encrypt the MeshCentral web session cookies. If null, a random one is generated each time the server starts." },
|
||||
"cookieSameSite": { "type": "string", "default": "lax", "enum": ["strict", "lax", "none"] },
|
||||
"sessionSameSite": { "type": "string", "default": "lax", "enum": ["strict", "lax", "none"] },
|
||||
"dbEncryptKey": { "type": "string" },
|
||||
"dbRecordsEncryptKey": { "type": "string", "default": null },
|
||||
"dbRecordsDecryptKey": { "type": "string", "default": null },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue