mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Added config.json sessionSameSite schema info.
This commit is contained in:
		
							parent
							
								
									e139e3db86
								
							
						
					
					
						commit
						5bd87f602a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -61,7 +61,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." },
 | 
			
		||||
        "sessionSameSite": { "type": "string" },
 | 
			
		||||
        "sessionSameSite": { "type": "string", "default": "strict", "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