mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Added db encryption descriptions in the config.json schema.
This commit is contained in:
		
							parent
							
								
									cc444c606e
								
							
						
					
					
						commit
						7ea293df60
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -82,9 +82,9 @@
 | 
			
		|||
        "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." },
 | 
			
		||||
        "sessionSameSite": { "type": "string", "default": "lax", "enum": ["strict", "lax", "none"] },
 | 
			
		||||
        "dbEncryptKey": { "type": "string" },
 | 
			
		||||
        "dbRecordsEncryptKey": { "type": "string", "default": null },
 | 
			
		||||
        "dbRecordsDecryptKey": { "type": "string", "default": null },
 | 
			
		||||
        "dbEncryptKey": { "type": "string", "default": null, "description": "This value is only valid when used with NeDB, sets the database encryption and decryption key." },
 | 
			
		||||
        "dbRecordsEncryptKey": { "type": "string", "default": null, "description": "With any database, encrypt and decrypt sensitive information within records using this secret key." },
 | 
			
		||||
        "dbRecordsDecryptKey": { "type": "string", "default": null, "description": "With any database, decrypt sensitive information within records using this secret key, don't use a key to encrypt records." },
 | 
			
		||||
        "dbExpire": {
 | 
			
		||||
          "type": "object",
 | 
			
		||||
          "properties": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue