mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-03 19:17:16 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			362 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			362 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# vi: ft=sh
 | 
						|
# shellcheck disable=SC2034
 | 
						|
 | 
						|
# either an hard-coded secret to decode jwts or empty to use keibi's public secret.
 | 
						|
# this should only be used in tests
 | 
						|
JWT_SECRET=
 | 
						|
# keibi's server to retrive the public jwt secret
 | 
						|
AUHT_SERVER=http://auth:4568
 | 
						|
 | 
						|
POSTGRES_USER=kyoo
 | 
						|
POSTGRES_PASSWORD=password
 | 
						|
POSTGRES_DB=kyooDB
 | 
						|
POSTGRES_SERVER=postgres
 | 
						|
POSTGRES_PORT=5432
 |