Add CALENDSO_ENCRYPTION_KEY to .env
This commit is contained in:
		
							
								
								
									
										3
									
								
								.env
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								.env
									
									
									
									
									
								
							@ -26,3 +26,6 @@ EMAIL_SERVER_HOST='smtp.example.com'
 | 
			
		||||
EMAIL_SERVER_PORT=587
 | 
			
		||||
EMAIL_SERVER_USER='email_user'
 | 
			
		||||
EMAIL_SERVER_PASSWORD='email_password'
 | 
			
		||||
 | 
			
		||||
# Encryption key that will be used to encrypt CalDAV credentials, choose a random string, for example with `dd if=/dev/urandom bs=1K count=1 | md5sum`
 | 
			
		||||
CALENDSO_ENCRYPTION_KEY=''
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user