June
07dbbf055c
This groups the files and templates for each host together and therefore makes it easier to see all the (config) files for a host. Also clean up incorrect, unused docker_compose config for mumble and clean up unused engelsystem configs.
26 lines
530 B
Django/Jinja
26 lines
530 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={{ lookup("community.general.passwordstore", "noc/vm-secrets/chaosknoten/tickets/DB_PASSWORD", create=false, missing="error") }}
|
|
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
|