mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	* draft env vars * remove mapbox refs, fixes #2535 * formatting and add some notes * add examples for redis and typesense url * [skipci] add note for redis socket * do some formatting * update md * fix url * fix variable * add web for NODE_ENV * fix variable name * Apply suggestions from code review Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> * address review feedback * Update docker/example.env Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> * add section for docker compose envs --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Database
 | 
						|
DB_HOSTNAME=immich-database-test
 | 
						|
DB_USERNAME=postgres
 | 
						|
DB_PASSWORD=postgres
 | 
						|
DB_DATABASE_NAME=e2e_test
 | 
						|
 | 
						|
# Redis
 | 
						|
REDIS_HOSTNAME=immich-redis-test
 | 
						|
 | 
						|
# Upload File Config
 | 
						|
UPLOAD_LOCATION=./upload
 | 
						|
 | 
						|
# WEB
 | 
						|
VITE_SERVER_ENDPOINT=http://localhost:2283/api
 | 
						|
 | 
						|
TYPESENSE_ENABLED=false
 |