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
|
name: conference
|
||||||
|
|
||||||
# The version of the collection. Must be compatible with semantic versioning
|
# 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
|
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
|
||||||
readme: README.md
|
readme: README.md
|
||||||
|
|
|
@ -10,7 +10,7 @@ time_zone={{ pretalx_timezone }}Europe/Zurich
|
||||||
[database]
|
[database]
|
||||||
backend=postgresql
|
backend=postgresql
|
||||||
name={{ pretalx_postgresql_database }}
|
name={{ pretalx_postgresql_database }}
|
||||||
user={{ pretalx_postgresql_user }}
|
user={{ pretalx_postgresql_username }}
|
||||||
; password=*********
|
; password=*********
|
||||||
host=
|
host=
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ registration={{ pretix_registration | ternary('on', 'off') }}
|
||||||
[database]
|
[database]
|
||||||
backend=postgresql
|
backend=postgresql
|
||||||
name={{ pretix_postgresql_database }}
|
name={{ pretix_postgresql_database }}
|
||||||
user={{ pretix_postgresql_user }}
|
user={{ pretix_postgresql_username }}
|
||||||
host=
|
host=
|
||||||
|
|
||||||
[mail]
|
[mail]
|
||||||
|
|
Loading…
Add table
Reference in a new issue