fix: variable names in pretix/pretalx config files

This commit is contained in:
s3lph 2025-03-06 00:09:31 +01:00
parent 15b8ed7013
commit 7a32fb14d7
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
3 changed files with 3 additions and 3 deletions
galaxy.yml
roles
pretalx/templates/etc/pretalx
pretix/templates/etc/pretix

View file

@ -10,7 +10,7 @@ namespace: s3lph
name: conference
# The version of the collection. Must be compatible with semantic versioning
version: 0.0.2
version: 0.0.3
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md

View file

@ -10,7 +10,7 @@ time_zone={{ pretalx_timezone }}Europe/Zurich
[database]
backend=postgresql
name={{ pretalx_postgresql_database }}
user={{ pretalx_postgresql_user }}
user={{ pretalx_postgresql_username }}
; password=*********
host=

View file

@ -11,7 +11,7 @@ registration={{ pretix_registration | ternary('on', 'off') }}
[database]
backend=postgresql
name={{ pretix_postgresql_database }}
user={{ pretix_postgresql_user }}
user={{ pretix_postgresql_username }}
host=
[mail]