fix: variable names in pretix/pretalx config files
This commit is contained in:
parent
15b8ed7013
commit
7a32fb14d7
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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=
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue