Some checks failed
		
		
	
	/ Ansible Lint (push) Failing after 1m54s
				
			This makes secret configuration and usage a good bit cleaner.
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			434 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			434 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
[pretix]
 | 
						|
instance_name=CCCHH Tickets
 | 
						|
url=https://tickets.hamburg.ccc.de
 | 
						|
currency=EUR
 | 
						|
datadir=/data
 | 
						|
trust_x_forwarded_for=on
 | 
						|
trust_x_forwarded_proto=on
 | 
						|
 | 
						|
[database]
 | 
						|
backend=postgresql
 | 
						|
name=pretix
 | 
						|
user=pretix
 | 
						|
password={{ secret__pretix_db_password }}
 | 
						|
host=database
 | 
						|
 | 
						|
[mail]
 | 
						|
from=tickets@hamburg.ccc.de
 | 
						|
host=cow-intern.hamburg.ccc.de
 | 
						|
 | 
						|
[redis]
 | 
						|
location=redis://redis/0
 | 
						|
sessions=true
 | 
						|
 | 
						|
[celery]
 | 
						|
backend=redis://redis/0
 | 
						|
broker=redis://redis/1
 |