From 2aec019f3b9ef95c4731c0e9c7be3449f11d04cc Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Fri, 15 Sep 2023 09:11:56 +0200 Subject: [PATCH] pretix: cleanup config --- roles/pretix/templates/pretix.cfg.j2 | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/roles/pretix/templates/pretix.cfg.j2 b/roles/pretix/templates/pretix.cfg.j2 index fd928ee..f997b1b 100644 --- a/roles/pretix/templates/pretix.cfg.j2 +++ b/roles/pretix/templates/pretix.cfg.j2 @@ -7,23 +7,15 @@ trust_x_forwarded_for=on trust_x_forwarded_proto=on [database] -; For MySQL, replace with "mysql" backend=postgresql name={{ pretix_dbname }} user={{ pretix_dbuser }} -; For MySQL, enter the user password. For PostgreSQL on the same host, -; we don't need one because we can use peer authentification if our -; PostgreSQL user matches our unix user. password={{ pretix_dbpass }} -; For MySQL, use local socket, e.g. /var/run/mysqld/mysqld.sock -; For a remote host, supply an IP address -; For local postgres authentication, you can leave it empty -host= [mail] -; See config file documentation for more options from={{ pretix_mail }} host={{ mail_server }} +tls=on [redis] location=redis://127.0.0.1/0