27 lines
553 B
Django/Jinja
27 lines
553 B
Django/Jinja
[pretix]
|
|
instance_name=CCCHH Hackertours
|
|
url=https://hackertours.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={{ lookup("community.general.passwordstore", "noc/vm-secrets/chaosknoten/hackertours/DB_PASSWORD", create=false, missing="error") }}
|
|
host=database
|
|
|
|
[mail]
|
|
from=ticket@hackertours.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
|