mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Fix: Remove default JWT_SECRET value in .env
This commit is contained in:
		@@ -38,7 +38,10 @@ LOG_LEVEL=simple
 | 
				
			|||||||
# JWT SECRET
 | 
					# JWT SECRET
 | 
				
			||||||
###################################################################################
 | 
					###################################################################################
 | 
				
			||||||
 | 
					
 | 
				
			||||||
JWT_SECRET=randomstringthatissolongandpowerfulthatnoonecanguess
 | 
					# This JWT_SECRET is used to sign the authentication keys for user login
 | 
				
			||||||
 | 
					# You should set it to a long randomly generated value
 | 
				
			||||||
 | 
					# You can use this command to generate one: openssl rand -base64 128
 | 
				
			||||||
 | 
					#JWT_SECRET=
 | 
				
			||||||
 | 
					
 | 
				
			||||||
###################################################################################
 | 
					###################################################################################
 | 
				
			||||||
# Reverse Geocoding
 | 
					# Reverse Geocoding
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user